Html Css Color HEX #09EFCB Bright Turquoise

📋 copy color: '#09EFCB'

red 9 ◦ green 239 ◦ blue 203

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

Shades of Bright Turquoise #09EFCB

Tints of Bright Turquoise #09EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 2%
G = 52.99%
B = 45.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#09EFCB (or 0x09EFCB) is known color: Bright Turquoise. HEX triplet: 09, EF and CB. RGB value is (9,239,203). Sum of RGB (Red+Green+Blue) = 9+239+203=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFCB is #F61034. Grayscale: #A6A6A6. Windows color (decimal): -16126005 or 13365001. OLE color: 13365001.

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

Color convert

RGB 9 239 203 -
CMYK 0.96 0 0.15 0.06
HSL 170.61º 0.93% 0.49% -
HSV(B) 170.61º 0.96% 0.94% -
XYZ 41.76 66.1 67.06 -
YUV 166.13 148.8 15.93 -
System Red Green Blue C M Y K H S L
Decimal 9 239 203 0.96 0 0.15 0.06 170.61 0.93 0.49
Hex 9 EF CB 60 0 F 6 AB 5D 31
Octal 11 357 313 140 0 17 6 253 135 61
Binary 1001 11101111 11001011 1100000 0 1111 110 10101011 1011101 110001

Color Harmonies of #09EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFCB

Black with #09EFCB

Text Example


Text Example

White with #09EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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