Html Css Color HEX #0CE6BC Bright Turquoise

📋 copy color: '#0CE6BC'

red 12 ◦ green 230 ◦ blue 188

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

Shades of Bright Turquoise #0CE6BC

Tints of Bright Turquoise #0CE6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.49%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 2.79%
G = 53.49%
B = 43.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#0CE6BC (or 0x0CE6BC) is known color: Bright Turquoise. HEX triplet: 0C, E6 and BC. RGB value is (12,230,188). Sum of RGB (Red+Green+Blue) = 12+230+188=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE6BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE6BC is #F31943. Grayscale: #9F9F9F. Windows color (decimal): -15931716 or 12379660. OLE color: 12379660.

HSL color Cylindrical-coordinate representation of color #0CE6BC: hue angle of 168.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE6BC is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 230 188 -
CMYK 0.95 0 0.18 0.10
HSL 168.44º 0.9% 0.47% -
HSV(B) 168.44º 0.95% 0.9% -
XYZ 37.53 60.3 57.24 -
YUV 160.03 143.78 22.42 -
System Red Green Blue C M Y K H S L
Decimal 12 230 188 0.95 0 0.18 0.10 168.44 0.9 0.47
Hex C E6 BC 5F 0 12 A A8 5A 2F
Octal 14 346 274 137 0 22 12 250 132 57
Binary 1100 11100110 10111100 1011111 0 10010 1010 10101000 1011010 101111

Color Harmonies of #0CE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE6BC

Black with #0CE6BC

Text Example


Text Example

White with #0CE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,230,188); }

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

background-color css

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

 a { background-color: rgb(12,230,188); }

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

border-color css

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

 span { border-color: rgb(12,230,188); }

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