Html Css Color HEX #0CF0BC Bright Turquoise

📋 copy color: '#0CF0BC'

red 12 ◦ green 240 ◦ blue 188

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

Shades of Bright Turquoise #0CF0BC

Tints of Bright Turquoise #0CF0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.55%

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

R = 2.73%
G = 54.55%
B = 42.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#0CF0BC (or 0x0CF0BC) is known color: Bright Turquoise. HEX triplet: 0C, F0 and BC. RGB value is (12,240,188). Sum of RGB (Red+Green+Blue) = 12+240+188=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0BC is #F30F43. Grayscale: #A5A5A5. Windows color (decimal): -15929156 or 12382220. OLE color: 12382220.

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

Color convert

RGB 12 240 188 -
CMYK 0.95 0 0.22 0.06
HSL 166.32º 0.9% 0.49% -
HSV(B) 166.32º 0.95% 0.94% -
XYZ 40.39 66.03 58.19 -
YUV 165.9 140.46 18.23 -
System Red Green Blue C M Y K H S L
Decimal 12 240 188 0.95 0 0.22 0.06 166.32 0.9 0.49
Hex C F0 BC 5F 0 16 6 A6 5A 31
Octal 14 360 274 137 0 26 6 246 132 61
Binary 1100 11110000 10111100 1011111 0 10110 110 10100110 1011010 110001

Color Harmonies of #0CF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF0BC

Black with #0CF0BC

Text Example


Text Example

White with #0CF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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