Html Css Color HEX #09DFEE Bright Turquoise

📋 copy color: '#09DFEE'

red 9 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #09DFEE

Tints of Bright Turquoise #09DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

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

R = 1.91%
G = 47.45%
B = 50.64%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09DFEE (or 0x09DFEE) is known color: Bright Turquoise. HEX triplet: 09, DF and EE. RGB value is (9,223,238). Sum of RGB (Red+Green+Blue) = 9+223+238=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #09DFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFEE is #F62011. Grayscale: #A0A0A0. Windows color (decimal): -16130066 or 15654665. OLE color: 15654665.

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

Color convert

RGB 9 223 238 -
CMYK 0.96 0.06 0 0.07
HSL 183.93º 0.93% 0.48% -
HSV(B) 183.93º 0.96% 0.93% -
XYZ 41.93 59.01 90.07 -
YUV 160.72 171.6 19.78 -
System Red Green Blue C M Y K H S L
Decimal 9 223 238 0.96 0.06 0 0.07 183.93 0.93 0.48
Hex 9 DF EE 60 6 0 7 B8 5D 30
Octal 11 337 356 140 6 0 7 270 135 60
Binary 1001 11011111 11101110 1100000 110 0 111 10111000 1011101 110000

Color Harmonies of #09DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFEE

Black with #09DFEE

Text Example


Text Example

White with #09DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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