Html Css Color HEX #09DBEE Bright Turquoise

📋 copy color: '#09DBEE'

red 9 ◦ green 219 ◦ blue 238

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

Shades of Bright Turquoise #09DBEE

Tints of Bright Turquoise #09DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 1.93%
G = 47%
B = 51.07%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09DBEE (or 0x09DBEE) is known color: Bright Turquoise. HEX triplet: 09, DB and EE. RGB value is (9,219,238). Sum of RGB (Red+Green+Blue) = 9+219+238=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #09DBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBEE is #F62411. Grayscale: #9E9E9E. Windows color (decimal): -16131090 or 15653641. OLE color: 15653641.

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

Color convert

RGB 9 219 238 -
CMYK 0.96 0.08 0 0.07
HSL 184.98º 0.93% 0.48% -
HSV(B) 184.98º 0.96% 0.93% -
XYZ 40.88 56.89 89.72 -
YUV 158.38 172.93 21.46 -
System Red Green Blue C M Y K H S L
Decimal 9 219 238 0.96 0.08 0 0.07 184.98 0.93 0.48
Hex 9 DB EE 60 8 0 7 B9 5D 30
Octal 11 333 356 140 10 0 7 271 135 60
Binary 1001 11011011 11101110 1100000 1000 0 111 10111001 1011101 110000

Color Harmonies of #09DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DBEE

Black with #09DBEE

Text Example


Text Example

White with #09DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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