Html Css Color HEX #0CEBCB Bright Turquoise

📋 copy color: '#0CEBCB'

red 12 ◦ green 235 ◦ blue 203

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

Shades of Bright Turquoise #0CEBCB

Tints of Bright Turquoise #0CEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 2.67%
G = 52.22%
B = 45.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#0CEBCB (or 0x0CEBCB) is known color: Bright Turquoise. HEX triplet: 0C, EB and CB. RGB value is (12,235,203). Sum of RGB (Red+Green+Blue) = 12+235+203=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBCB is #F31434. Grayscale: #A4A4A4. Windows color (decimal): -15930421 or 13363980. OLE color: 13363980.

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

Color convert

RGB 12 235 203 -
CMYK 0.95 0 0.14 0.08
HSL 171.39º 0.9% 0.48% -
HSV(B) 171.39º 0.95% 0.92% -
XYZ 40.64 63.81 66.67 -
YUV 164.68 149.62 19.1 -
System Red Green Blue C M Y K H S L
Decimal 12 235 203 0.95 0 0.14 0.08 171.39 0.9 0.48
Hex C EB CB 5F 0 E 8 AB 5A 30
Octal 14 353 313 137 0 16 10 253 132 60
Binary 1100 11101011 11001011 1011111 0 1110 1000 10101011 1011010 110000

Color Harmonies of #0CEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBCB

Black with #0CEBCB

Text Example


Text Example

White with #0CEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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