Html Css Color HEX #0CF6EB Bright Turquoise

📋 copy color: '#0CF6EB'

red 12 ◦ green 246 ◦ blue 235

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

Shades of Bright Turquoise #0CF6EB

Tints of Bright Turquoise #0CF6EB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.9%

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 2.43%
G = 49.9%
B = 47.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#0CF6EB (or 0x0CF6EB) is known color: Bright Turquoise. HEX triplet: 0C, F6 and EB. RGB value is (12,246,235). Sum of RGB (Red+Green+Blue) = 12+246+235=493 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.43% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF6EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF6EB is #F30914. Grayscale: #AEAEAE. Windows color (decimal): -15927573 or 15463948. OLE color: 15463948.

HSL color Cylindrical-coordinate representation of color #0CF6EB: hue angle of 177.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF6EB is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 12 246 235 -
CMYK 0.95 0 0.04 0.04
HSL 177.18º 0.93% 0.51% -
HSV(B) 177.18º 0.95% 0.96% -
XYZ 48.1 71.99 89.96 -
YUV 174.78 161.98 11.89 -
System Red Green Blue C M Y K H S L
Decimal 12 246 235 0.95 0 0.04 0.04 177.18 0.93 0.51
Hex C F6 EB 5F 0 4 4 B1 5D 33
Octal 14 366 353 137 0 4 4 261 135 63
Binary 1100 11110110 11101011 1011111 0 100 100 10110001 1011101 110011

Color Harmonies of #0CF6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF6EB

Black with #0CF6EB

Text Example


Text Example

White with #0CF6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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