Html Css Color HEX #0CEBC6 Bright Turquoise

📋 copy color: '#0CEBC6'

red 12 ◦ green 235 ◦ blue 198

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

Shades of Bright Turquoise #0CEBC6

Tints of Bright Turquoise #0CEBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 2.7%
G = 52.81%
B = 44.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#0CEBC6 (or 0x0CEBC6) is known color: Bright Turquoise. HEX triplet: 0C, EB and C6. RGB value is (12,235,198). Sum of RGB (Red+Green+Blue) = 12+235+198=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBC6 is #F31439. Grayscale: #A4A4A4. Windows color (decimal): -15930426 or 13036300. OLE color: 13036300.

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

Color convert

RGB 12 235 198 -
CMYK 0.95 0 0.16 0.08
HSL 170.04º 0.9% 0.48% -
HSV(B) 170.04º 0.95% 0.92% -
XYZ 40.05 63.57 63.59 -
YUV 164.11 147.12 19.51 -
System Red Green Blue C M Y K H S L
Decimal 12 235 198 0.95 0 0.16 0.08 170.04 0.9 0.48
Hex C EB C6 5F 0 10 8 AA 5A 30
Octal 14 353 306 137 0 20 10 252 132 60
Binary 1100 11101011 11000110 1011111 0 10000 1000 10101010 1011010 110000

Color Harmonies of #0CEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBC6

Black with #0CEBC6

Text Example


Text Example

White with #0CEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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