Html Css Color HEX #0CFBEB Bright Turquoise

📋 copy color: '#0CFBEB'

red 12 ◦ green 251 ◦ blue 235

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

Shades of Bright Turquoise #0CFBEB

Tints of Bright Turquoise #0CFBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 2.41%
G = 50.4%
B = 47.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#0CFBEB (or 0x0CFBEB) is known color: Bright Turquoise. HEX triplet: 0C, FB and EB. RGB value is (12,251,235). Sum of RGB (Red+Green+Blue) = 12+251+235=498 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.41% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBEB is #F30414. Grayscale: #B1B1B1. Windows color (decimal): -15926293 or 15465228. OLE color: 15465228.

HSL color Cylindrical-coordinate representation of color #0CFBEB: hue angle of 175.98º 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 #0CFBEB is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 251 235 -
CMYK 0.95 0 0.06 0.02
HSL 175.98º 0.97% 0.52% -
HSV(B) 175.98º 0.95% 0.98% -
XYZ 49.64 75.07 90.47 -
YUV 177.72 160.32 9.8 -
System Red Green Blue C M Y K H S L
Decimal 12 251 235 0.95 0 0.06 0.02 175.98 0.97 0.52
Hex C FB EB 5F 0 6 2 B0 61 34
Octal 14 373 353 137 0 6 2 260 141 64
Binary 1100 11111011 11101011 1011111 0 110 10 10110000 1100001 110100

Color Harmonies of #0CFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBEB

Black with #0CFBEB

Text Example


Text Example

White with #0CFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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