Html Css Color HEX #09DFEF Bright Turquoise

📋 copy color: '#09DFEF'

red 9 ◦ green 223 ◦ blue 239

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

Shades of Bright Turquoise #09DFEF

Tints of Bright Turquoise #09DFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 1.91%
G = 47.35%
B = 50.74%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#09DFEF (or 0x09DFEF) is known color: Bright Turquoise. HEX triplet: 09, DF and EF. RGB value is (9,223,239). Sum of RGB (Red+Green+Blue) = 9+223+239=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #09DFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFEF is #F62010. Grayscale: #A0A0A0. Windows color (decimal): -16130065 or 15720201. OLE color: 15720201.

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

Color convert

RGB 9 223 239 -
CMYK 0.96 0.07 0 0.06
HSL 184.17º 0.93% 0.49% -
HSV(B) 184.17º 0.96% 0.94% -
XYZ 42.08 59.07 90.84 -
YUV 160.84 172.1 19.7 -
System Red Green Blue C M Y K H S L
Decimal 9 223 239 0.96 0.07 0 0.06 184.17 0.93 0.49
Hex 9 DF EF 60 7 0 6 B8 5D 31
Octal 11 337 357 140 7 0 6 270 135 61
Binary 1001 11011111 11101111 1100000 111 0 110 10111000 1011101 110001

Color Harmonies of #09DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFEF

Black with #09DFEF

Text Example


Text Example

White with #09DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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