Html Css Color HEX #09EFDB Bright Turquoise

📋 copy color: '#09EFDB'

red 9 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #09EFDB

Tints of Bright Turquoise #09EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.18%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 1.93%
G = 51.18%
B = 46.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#09EFDB (or 0x09EFDB) is known color: Bright Turquoise. HEX triplet: 09, EF and DB. RGB value is (9,239,219). Sum of RGB (Red+Green+Blue) = 9+239+219=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFDB is #F61024. Grayscale: #A7A7A7. Windows color (decimal): -16125989 or 14413577. OLE color: 14413577.

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

Color convert

RGB 9 239 219 -
CMYK 0.96 0 0.08 0.06
HSL 174.78º 0.93% 0.49% -
HSV(B) 174.78º 0.96% 0.94% -
XYZ 43.77 66.91 77.63 -
YUV 167.95 156.8 14.63 -
System Red Green Blue C M Y K H S L
Decimal 9 239 219 0.96 0 0.08 0.06 174.78 0.93 0.49
Hex 9 EF DB 60 0 8 6 AF 5D 31
Octal 11 357 333 140 0 10 6 257 135 61
Binary 1001 11101111 11011011 1100000 0 1000 110 10101111 1011101 110001

Color Harmonies of #09EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFDB

Black with #09EFDB

Text Example


Text Example

White with #09EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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