Html Css Color HEX #0CFBEA Bright Turquoise

📋 copy color: '#0CFBEA'

red 12 ◦ green 251 ◦ blue 234

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

Shades of Bright Turquoise #0CFBEA

Tints of Bright Turquoise #0CFBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.5%

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

R = 2.41%
G = 50.5%
B = 47.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#0CFBEA (or 0x0CFBEA) is known color: Bright Turquoise. HEX triplet: 0C, FB and EA. RGB value is (12,251,234). Sum of RGB (Red+Green+Blue) = 12+251+234=497 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.41% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBEA is #F30415. Grayscale: #B1B1B1. Windows color (decimal): -15926294 or 15399692. OLE color: 15399692.

HSL color Cylindrical-coordinate representation of color #0CFBEA: hue angle of 175.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBEA is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 251 234 -
CMYK 0.95 0 0.07 0.02
HSL 175.73º 0.97% 0.52% -
HSV(B) 175.73º 0.95% 0.98% -
XYZ 49.5 75.01 89.71 -
YUV 177.6 159.82 9.88 -
System Red Green Blue C M Y K H S L
Decimal 12 251 234 0.95 0 0.07 0.02 175.73 0.97 0.52
Hex C FB EA 5F 0 7 2 B0 61 34
Octal 14 373 352 137 0 7 2 260 141 64
Binary 1100 11111011 11101010 1011111 0 111 10 10110000 1100001 110100

Color Harmonies of #0CFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBEA

Black with #0CFBEA

Text Example


Text Example

White with #0CFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,251,234); }

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

background-color css

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

 a { background-color: rgb(12,251,234); }

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

border-color css

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

 span { border-color: rgb(12,251,234); }

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