Html Css Color HEX #0CEBEC Bright Turquoise

📋 copy color: '#0CEBEC'

red 12 ◦ green 235 ◦ blue 236

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

Shades of Bright Turquoise #0CEBEC

Tints of Bright Turquoise #0CEBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 2.48%
G = 48.65%
B = 48.86%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CEBEC (or 0x0CEBEC) is known color: Bright Turquoise. HEX triplet: 0C, EB and EC. RGB value is (12,235,236). Sum of RGB (Red+Green+Blue) = 12+235+236=483 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CEBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEBEC is #F31413. Grayscale: #A8A8A8. Windows color (decimal): -15930388 or 15526668. OLE color: 15526668.

HSL color Cylindrical-coordinate representation of color #0CEBEC: hue angle of 180.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEBEC is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 235 236 -
CMYK 0.95 0.00 0 0.07
HSL 180.27º 0.9% 0.49% -
HSV(B) 180.27º 0.95% 0.93% -
XYZ 45 65.55 89.64 -
YUV 168.44 166.12 16.42 -
System Red Green Blue C M Y K H S L
Decimal 12 235 236 0.95 0.00 0 0.07 180.27 0.9 0.49
Hex C EB EC 5F 0 0 7 B4 5A 31
Octal 14 353 354 137 0 0 7 264 132 61
Binary 1100 11101011 11101100 1011111 0 0 111 10110100 1011010 110001

Color Harmonies of #0CEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBEC

Black with #0CEBEC

Text Example


Text Example

White with #0CEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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