Html Css Color HEX #01DEDA Bright Turquoise

📋 copy color: '#01DEDA'

red 1 ◦ green 222 ◦ blue 218

#01DEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #01DEDA

Tints of Bright Turquoise #01DEDA

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

 GREEN value IS 222 (87.11% from 255) = 50.34%

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 0.23%
G = 50.34%
B = 49.43%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01DEDA (or 0x01DEDA) is known color: Bright Turquoise. HEX triplet: 01, DE and DA. RGB value is (1,222,218). Sum of RGB (Red+Green+Blue) = 1+222+218=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEDA is #FE2125. Grayscale: #9B9B9B. Windows color (decimal): -16654630 or 14343681. OLE color: 14343681.

HSL color Cylindrical-coordinate representation of color #01DEDA: hue angle of 178.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DEDA is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 222 218 -
CMYK 1.00 0 0.02 0.13
HSL 178.91º 0.99% 0.44% -
HSV(B) 178.91º 1% 0.87% -
XYZ 38.79 57.31 75.35 -
YUV 155.47 163.28 17.83 -
System Red Green Blue C M Y K H S L
Decimal 1 222 218 1.00 0 0.02 0.13 178.91 0.99 0.44
Hex 1 DE DA 64 0 2 D B3 63 2C
Octal 1 336 332 144 0 2 15 263 143 54
Binary 1 11011110 11011010 1100100 0 10 1101 10110011 1100011 101100

Color Harmonies of #01DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEDA

Black with #01DEDA

Text Example


Text Example

White with #01DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DEDA; }

 p { color: rgb(1,222,218); }

 H1.HeaderClassName
 {
   color: #01DEDA;
 }
 .AnyTagClassName
 {
   color: #01DEDA;
 }
</style>

background-color css

<style>
 a { background-color: #01DEDA; }

 a { background-color: rgb(1,222,218); }

 div.DivClassName
 {
   background-color: #01DEDA;
 }
 .BgClassName
 {
   background-color: #01DEDA;
 }
</style>

border-color css

<style>
 span { border-color: #01DEDA; }

 span { border-color: rgb(1,222,218); }

 td.TdClassName
 {
   border-color: #01DEDA;
 }
 .TagClassName
 {
   border-color: #01DEDA;
 }
</style>