Html Css Color HEX #09DAD3 Dark Turquoise

📋 copy color: '#09DAD3'

red 9 ◦ green 218 ◦ blue 211

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

Shades of Dark Turquoise #09DAD3

Tints of Dark Turquoise #09DAD3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 2.05%
G = 49.77%
B = 48.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#09DAD3 (or 0x09DAD3) is known color: Dark Turquoise. HEX triplet: 09, DA and D3. RGB value is (9,218,211). Sum of RGB (Red+Green+Blue) = 9+218+211=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #09DAD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DAD3 is #F6252C. Grayscale: #9A9A9A. Windows color (decimal): -16131373 or 13883913. OLE color: 13883913.

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

Color convert

RGB 9 218 211 -
CMYK 0.96 0 0.03 0.15
HSL 177.99º 0.92% 0.45% -
HSV(B) 177.99º 0.96% 0.85% -
XYZ 36.94 54.9 70.28 -
YUV 154.71 159.76 24.07 -
System Red Green Blue C M Y K H S L
Decimal 9 218 211 0.96 0 0.03 0.15 177.99 0.92 0.45
Hex 9 DA D3 60 0 3 F B2 5C 2D
Octal 11 332 323 140 0 3 17 262 134 55
Binary 1001 11011010 11010011 1100000 0 11 1111 10110010 1011100 101101

Color Harmonies of #09DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DAD3

Black with #09DAD3

Text Example


Text Example

White with #09DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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