Html Css Color HEX #0CEBCE Bright Turquoise

📋 copy color: '#0CEBCE'

red 12 ◦ green 235 ◦ blue 206

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

Shades of Bright Turquoise #0CEBCE

Tints of Bright Turquoise #0CEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 2.65%
G = 51.88%
B = 45.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#0CEBCE (or 0x0CEBCE) is known color: Bright Turquoise. HEX triplet: 0C, EB and CE. RGB value is (12,235,206). Sum of RGB (Red+Green+Blue) = 12+235+206=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBCE is #F31431. Grayscale: #A4A4A4. Windows color (decimal): -15930418 or 13560588. OLE color: 13560588.

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

Color convert

RGB 12 235 206 -
CMYK 0.95 0 0.12 0.08
HSL 172.2º 0.9% 0.48% -
HSV(B) 172.2º 0.95% 0.92% -
XYZ 41 63.95 68.58 -
YUV 165.02 151.12 18.86 -
System Red Green Blue C M Y K H S L
Decimal 12 235 206 0.95 0 0.12 0.08 172.2 0.9 0.48
Hex C EB CE 5F 0 C 8 AC 5A 30
Octal 14 353 316 137 0 14 10 254 132 60
Binary 1100 11101011 11001110 1011111 0 1100 1000 10101100 1011010 110000

Color Harmonies of #0CEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBCE

Black with #0CEBCE

Text Example


Text Example

White with #0CEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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