Html Css Color HEX #09DECD Bright Turquoise

📋 copy color: '#09DECD'

red 9 ◦ green 222 ◦ blue 205

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

Shades of Bright Turquoise #09DECD

Tints of Bright Turquoise #09DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 2.06%
G = 50.92%
B = 47.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#09DECD (or 0x09DECD) is known color: Bright Turquoise. HEX triplet: 09, DE and CD. RGB value is (9,222,205). Sum of RGB (Red+Green+Blue) = 9+222+205=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #09DECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DECD is #F62132. Grayscale: #9C9C9C. Windows color (decimal): -16130355 or 13491721. OLE color: 13491721.

HSL color Cylindrical-coordinate representation of color #09DECD: hue angle of 175.21º 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 #09DECD is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 222 205 -
CMYK 0.96 0 0.08 0.13
HSL 175.21º 0.92% 0.45% -
HSV(B) 175.21º 0.96% 0.87% -
XYZ 37.25 56.71 66.74 -
YUV 156.38 155.43 22.88 -
System Red Green Blue C M Y K H S L
Decimal 9 222 205 0.96 0 0.08 0.13 175.21 0.92 0.45
Hex 9 DE CD 60 0 8 D AF 5C 2D
Octal 11 336 315 140 0 10 15 257 134 55
Binary 1001 11011110 11001101 1100000 0 1000 1101 10101111 1011100 101101

Color Harmonies of #09DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DECD

Black with #09DECD

Text Example


Text Example

White with #09DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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