Html Css Color HEX #09BFDF Dark Turquoise

📋 copy color: '#09BFDF'

red 9 ◦ green 191 ◦ blue 223

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

Shades of Dark Turquoise #09BFDF

Tints of Dark Turquoise #09BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 45.15%

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

R = 2.13%
G = 45.15%
B = 52.72%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09BFDF (or 0x09BFDF) is known color: Dark Turquoise. HEX triplet: 09, BF and DF. RGB value is (9,191,223). Sum of RGB (Red+Green+Blue) = 9+191+223=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #09BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFDF is #F64020. Grayscale: #8B8B8B. Windows color (decimal): -16138273 or 14663433. OLE color: 14663433.

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

Color convert

RGB 9 191 223 -
CMYK 0.96 0.14 0 0.13
HSL 188.97º 0.92% 0.45% -
HSV(B) 188.97º 0.96% 0.87% -
XYZ 32.06 42.65 76.35 -
YUV 140.23 174.7 34.4 -
System Red Green Blue C M Y K H S L
Decimal 9 191 223 0.96 0.14 0 0.13 188.97 0.92 0.45
Hex 9 BF DF 60 E 0 D BD 5C 2D
Octal 11 277 337 140 16 0 15 275 134 55
Binary 1001 10111111 11011111 1100000 1110 0 1101 10111101 1011100 101101

Color Harmonies of #09BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFDF

Black with #09BFDF

Text Example


Text Example

White with #09BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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