Html Css Color HEX #0CFEE9 Bright Turquoise

📋 copy color: '#0CFEE9'

red 12 ◦ green 254 ◦ blue 233

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

Shades of Bright Turquoise #0CFEE9

Tints of Bright Turquoise #0CFEE9

RGB

 RED value IS 12 (5.08% from 255) = 2.4%

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

 BLUE value IS 233 (91.41% from 255) = 46.69%

R = 2.4%
G = 50.9%
B = 46.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#0CFEE9 (or 0x0CFEE9) is known color: Bright Turquoise. HEX triplet: 0C, FE and E9. RGB value is (12,254,233). Sum of RGB (Red+Green+Blue) = 12+254+233=499 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFEE9 is #F30116. Grayscale: #B3B3B3. Windows color (decimal): -15925527 or 15334924. OLE color: 15334924.

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

Color convert

RGB 12 254 233 -
CMYK 0.95 0 0.08 0.00
HSL 174.79º 0.99% 0.52% -
HSV(B) 174.79º 0.95% 1% -
XYZ 50.3 76.84 89.27 -
YUV 179.25 158.33 8.71 -
System Red Green Blue C M Y K H S L
Decimal 12 254 233 0.95 0 0.08 0.00 174.79 0.99 0.52
Hex C FE E9 5F 0 8 0 AF 63 34
Octal 14 376 351 137 0 10 0 257 143 64
Binary 1100 11111110 11101001 1011111 0 1000 0 10101111 1100011 110100

Color Harmonies of #0CFEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFEE9

Black with #0CFEE9

Text Example


Text Example

White with #0CFEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFEE9; }

 p { color: rgb(12,254,233); }

 H1.HeaderClassName
 {
   color: #0CFEE9;
 }
 .AnyTagClassName
 {
   color: #0CFEE9;
 }
</style>

background-color css

<style>
 a { background-color: #0CFEE9; }

 a { background-color: rgb(12,254,233); }

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

border-color css

<style>
 span { border-color: #0CFEE9; }

 span { border-color: rgb(12,254,233); }

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