Html Css Color HEX #09FECA Bright Turquoise

📋 copy color: '#09FECA'

red 9 ◦ green 254 ◦ blue 202

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

Shades of Bright Turquoise #09FECA

Tints of Bright Turquoise #09FECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.62%

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 1.94%
G = 54.62%
B = 43.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#09FECA (or 0x09FECA) is known color: Bright Turquoise. HEX triplet: 09, FE and CA. RGB value is (9,254,202). Sum of RGB (Red+Green+Blue) = 9+254+202=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #09FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FECA is #F60135. Grayscale: #AEAEAE. Windows color (decimal): -16122166 or 13303305. OLE color: 13303305.

HSL color Cylindrical-coordinate representation of color #09FECA: hue angle of 167.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FECA is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 254 202 -
CMYK 0.96 0 0.20 0.00
HSL 167.27º 0.99% 0.52% -
HSV(B) 167.27º 0.96% 1% -
XYZ 46.22 75.21 67.96 -
YUV 174.82 143.33 9.73 -
System Red Green Blue C M Y K H S L
Decimal 9 254 202 0.96 0 0.20 0.00 167.27 0.99 0.52
Hex 9 FE CA 60 0 14 0 A7 63 34
Octal 11 376 312 140 0 24 0 247 143 64
Binary 1001 11111110 11001010 1100000 0 10100 0 10100111 1100011 110100

Color Harmonies of #09FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FECA

Black with #09FECA

Text Example


Text Example

White with #09FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,254,202); }

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

background-color css

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

 a { background-color: rgb(9,254,202); }

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

border-color css

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

 span { border-color: rgb(9,254,202); }

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