Html Css Color HEX #09FCEA Bright Turquoise

📋 copy color: '#09FCEA'

red 9 ◦ green 252 ◦ blue 234

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

Shades of Bright Turquoise #09FCEA

Tints of Bright Turquoise #09FCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.91%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 1.82%
G = 50.91%
B = 47.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#09FCEA (or 0x09FCEA) is known color: Bright Turquoise. HEX triplet: 09, FC and EA. RGB value is (9,252,234). Sum of RGB (Red+Green+Blue) = 9+252+234=495 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.82% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FCEA is #F60315. Grayscale: #B1B1B1. Windows color (decimal): -16122646 or 15399945. OLE color: 15399945.

HSL color Cylindrical-coordinate representation of color #09FCEA: hue angle of 175.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FCEA is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 252 234 -
CMYK 0.96 0 0.07 0.01
HSL 175.56º 0.98% 0.51% -
HSV(B) 175.56º 0.96% 0.99% -
XYZ 49.77 75.62 89.81 -
YUV 177.29 159.99 7.96 -
System Red Green Blue C M Y K H S L
Decimal 9 252 234 0.96 0 0.07 0.01 175.56 0.98 0.51
Hex 9 FC EA 60 0 7 1 B0 62 33
Octal 11 374 352 140 0 7 1 260 142 63
Binary 1001 11111100 11101010 1100000 0 111 1 10110000 1100010 110011

Color Harmonies of #09FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCEA

Black with #09FCEA

Text Example


Text Example

White with #09FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,252,234); }

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

background-color css

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

 a { background-color: rgb(9,252,234); }

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

border-color css

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

 span { border-color: rgb(9,252,234); }

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