Html Css Color HEX #09CFDF Dark Turquoise

📋 copy color: '#09CFDF'

red 9 ◦ green 207 ◦ blue 223

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

Shades of Dark Turquoise #09CFDF

Tints of Dark Turquoise #09CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.15%

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 2.05%
G = 47.15%
B = 50.8%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09CFDF (or 0x09CFDF) is known color: Dark Turquoise. HEX triplet: 09, CF and DF. RGB value is (9,207,223). Sum of RGB (Red+Green+Blue) = 9+207+223=439 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #09CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFDF is #F63020. Grayscale: #959595. Windows color (decimal): -16134177 or 14667529. OLE color: 14667529.

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

Color convert

RGB 9 207 223 -
CMYK 0.96 0.07 0 0.13
HSL 184.49º 0.92% 0.45% -
HSV(B) 184.49º 0.96% 0.87% -
XYZ 35.74 50.01 77.58 -
YUV 149.62 169.4 27.7 -
System Red Green Blue C M Y K H S L
Decimal 9 207 223 0.96 0.07 0 0.13 184.49 0.92 0.45
Hex 9 CF DF 60 7 0 D B8 5C 2D
Octal 11 317 337 140 7 0 15 270 134 55
Binary 1001 11001111 11011111 1100000 111 0 1101 10111000 1011100 101101

Color Harmonies of #09CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CFDF

Black with #09CFDF

Text Example


Text Example

White with #09CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,207,223); }

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

background-color css

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

 a { background-color: rgb(9,207,223); }

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

border-color css

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

 span { border-color: rgb(9,207,223); }

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