Html Css Color HEX #09DEDA Bright Turquoise

📋 copy color: '#09DEDA'

red 9 ◦ green 222 ◦ blue 218

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

Shades of Bright Turquoise #09DEDA

Tints of Bright Turquoise #09DEDA

RGB

 RED value IS 9 (3.91% from 255) = 2%

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

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

R = 2%
G = 49.44%
B = 48.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#09DEDA (or 0x09DEDA) is known color: Bright Turquoise. HEX triplet: 09, DE and DA. RGB value is (9,222,218). Sum of RGB (Red+Green+Blue) = 9+222+218=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #09DEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DEDA is #F62125. Grayscale: #9D9D9D. Windows color (decimal): -16130342 or 14343689. OLE color: 14343689.

HSL color Cylindrical-coordinate representation of color #09DEDA: hue angle of 178.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DEDA is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 222 218 -
CMYK 0.96 0 0.02 0.13
HSL 178.87º 0.92% 0.45% -
HSV(B) 178.87º 0.96% 0.87% -
XYZ 38.89 57.36 75.35 -
YUV 157.86 161.93 21.83 -
System Red Green Blue C M Y K H S L
Decimal 9 222 218 0.96 0 0.02 0.13 178.87 0.92 0.45
Hex 9 DE DA 60 0 2 D B3 5C 2D
Octal 11 336 332 140 0 2 15 263 134 55
Binary 1001 11011110 11011010 1100000 0 10 1101 10110011 1011100 101101

Color Harmonies of #09DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DEDA

Black with #09DEDA

Text Example


Text Example

White with #09DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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