Html Css Color HEX #09DCEE Bright Turquoise

📋 copy color: '#09DCEE'

red 9 ◦ green 220 ◦ blue 238

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

Shades of Bright Turquoise #09DCEE

Tints of Bright Turquoise #09DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

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

R = 1.93%
G = 47.11%
B = 50.96%

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

#09DCEE (or 0x09DCEE) is known color: Bright Turquoise. HEX triplet: 09, DC and EE. RGB value is (9,220,238). Sum of RGB (Red+Green+Blue) = 9+220+238=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #09DCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCEE is #F62311. Grayscale: #9E9E9E. Windows color (decimal): -16130834 or 15653897. OLE color: 15653897.

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

Color convert

RGB 9 220 238 -
CMYK 0.96 0.08 0 0.07
HSL 184.72º 0.93% 0.48% -
HSV(B) 184.72º 0.96% 0.93% -
XYZ 41.14 57.42 89.8 -
YUV 158.96 172.6 21.04 -
System Red Green Blue C M Y K H S L
Decimal 9 220 238 0.96 0.08 0 0.07 184.72 0.93 0.48
Hex 9 DC EE 60 8 0 7 B9 5D 30
Octal 11 334 356 140 10 0 7 271 135 60
Binary 1001 11011100 11101110 1100000 1000 0 111 10111001 1011101 110000

Color Harmonies of #09DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCEE

Black with #09DCEE

Text Example


Text Example

White with #09DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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