Html Css Color HEX #0CEBCC Bright Turquoise

📋 copy color: '#0CEBCC'

red 12 ◦ green 235 ◦ blue 204

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

Shades of Bright Turquoise #0CEBCC

Tints of Bright Turquoise #0CEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.11%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 2.66%
G = 52.11%
B = 45.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#0CEBCC (or 0x0CEBCC) is known color: Bright Turquoise. HEX triplet: 0C, EB and CC. RGB value is (12,235,204). Sum of RGB (Red+Green+Blue) = 12+235+204=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBCC is #F31433. Grayscale: #A4A4A4. Windows color (decimal): -15930420 or 13429516. OLE color: 13429516.

HSL color Cylindrical-coordinate representation of color #0CEBCC: hue angle of 171.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEBCC is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 235 204 -
CMYK 0.95 0 0.13 0.08
HSL 171.66º 0.9% 0.48% -
HSV(B) 171.66º 0.95% 0.92% -
XYZ 40.76 63.85 67.3 -
YUV 164.79 150.12 19.02 -
System Red Green Blue C M Y K H S L
Decimal 12 235 204 0.95 0 0.13 0.08 171.66 0.9 0.48
Hex C EB CC 5F 0 D 8 AC 5A 30
Octal 14 353 314 137 0 15 10 254 132 60
Binary 1100 11101011 11001100 1011111 0 1101 1000 10101100 1011010 110000

Color Harmonies of #0CEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBCC

Black with #0CEBCC

Text Example


Text Example

White with #0CEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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