Html Css Color HEX #09D1DE Dark Turquoise

📋 copy color: '#09D1DE'

red 9 ◦ green 209 ◦ blue 222

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

Shades of Dark Turquoise #09D1DE

Tints of Dark Turquoise #09D1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 2.05%
G = 47.5%
B = 50.45%

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

#09D1DE (or 0x09D1DE) is known color: Dark Turquoise. HEX triplet: 09, D1 and DE. RGB value is (9,209,222). Sum of RGB (Red+Green+Blue) = 9+209+222=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #09D1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D1DE is #F62E21. Grayscale: #969696. Windows color (decimal): -16133666 or 14602505. OLE color: 14602505.

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

Color convert

RGB 9 209 222 -
CMYK 0.96 0.06 0 0.13
HSL 183.66º 0.92% 0.45% -
HSV(B) 183.66º 0.96% 0.87% -
XYZ 36.1 50.93 77.04 -
YUV 150.68 168.24 26.94 -
System Red Green Blue C M Y K H S L
Decimal 9 209 222 0.96 0.06 0 0.13 183.66 0.92 0.45
Hex 9 D1 DE 60 6 0 D B8 5C 2D
Octal 11 321 336 140 6 0 15 270 134 55
Binary 1001 11010001 11011110 1100000 110 0 1101 10111000 1011100 101101

Color Harmonies of #09D1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D1DE

Black with #09D1DE

Text Example


Text Example

White with #09D1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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