Html Css Color HEX #09DBEC Bright Turquoise

📋 copy color: '#09DBEC'

red 9 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #09DBEC

Tints of Bright Turquoise #09DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 1.94%
G = 47.2%
B = 50.86%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09DBEC (or 0x09DBEC) is known color: Bright Turquoise. HEX triplet: 09, DB and EC. RGB value is (9,219,236). Sum of RGB (Red+Green+Blue) = 9+219+236=464 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #09DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBEC is #F62413. Grayscale: #9D9D9D. Windows color (decimal): -16131092 or 15522569. OLE color: 15522569.

HSL color Cylindrical-coordinate representation of color #09DBEC: hue angle of 184.49º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBEC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 219 236 -
CMYK 0.96 0.07 0 0.07
HSL 184.49º 0.93% 0.48% -
HSV(B) 184.49º 0.96% 0.93% -
XYZ 40.58 56.78 88.18 -
YUV 158.15 171.93 21.62 -
System Red Green Blue C M Y K H S L
Decimal 9 219 236 0.96 0.07 0 0.07 184.49 0.93 0.48
Hex 9 DB EC 60 7 0 7 B8 5D 30
Octal 11 333 354 140 7 0 7 270 135 60
Binary 1001 11011011 11101100 1100000 111 0 111 10111000 1011101 110000

Color Harmonies of #09DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DBEC

Black with #09DBEC

Text Example


Text Example

White with #09DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,219,236); }

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

background-color css

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

 a { background-color: rgb(9,219,236); }

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

border-color css

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

 span { border-color: rgb(9,219,236); }

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