Html Css Color HEX #09D1DF Dark Turquoise

📋 copy color: '#09D1DF'

red 9 ◦ green 209 ◦ blue 223

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

Shades of Dark Turquoise #09D1DF

Tints of Dark Turquoise #09D1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.39%

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

R = 2.04%
G = 47.39%
B = 50.57%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09D1DF (or 0x09D1DF) is known color: Dark Turquoise. HEX triplet: 09, D1 and DF. RGB value is (9,209,223). Sum of RGB (Red+Green+Blue) = 9+209+223=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #09D1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D1DF is #F62E20. Grayscale: #969696. Windows color (decimal): -16133665 or 14668041. OLE color: 14668041.

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

Color convert

RGB 9 209 223 -
CMYK 0.96 0.06 0 0.13
HSL 183.93º 0.92% 0.45% -
HSV(B) 183.93º 0.96% 0.87% -
XYZ 36.23 50.99 77.74 -
YUV 150.8 168.74 26.86 -
System Red Green Blue C M Y K H S L
Decimal 9 209 223 0.96 0.06 0 0.13 183.93 0.92 0.45
Hex 9 D1 DF 60 6 0 D B8 5C 2D
Octal 11 321 337 140 6 0 15 270 134 55
Binary 1001 11010001 11011111 1100000 110 0 1101 10111000 1011100 101101

Color Harmonies of #09D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D1DF

Black with #09D1DF

Text Example


Text Example

White with #09D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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