Html Css Color HEX #0CF2EB Bright Turquoise

📋 copy color: '#0CF2EB'

red 12 ◦ green 242 ◦ blue 235

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

Shades of Bright Turquoise #0CF2EB

Tints of Bright Turquoise #0CF2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

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

R = 2.45%
G = 49.49%
B = 48.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#0CF2EB (or 0x0CF2EB) is known color: Bright Turquoise. HEX triplet: 0C, F2 and EB. RGB value is (12,242,235). Sum of RGB (Red+Green+Blue) = 12+242+235=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #0CF2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF2EB is #F30D14. Grayscale: #ACACAC. Windows color (decimal): -15928597 or 15462924. OLE color: 15462924.

HSL color Cylindrical-coordinate representation of color #0CF2EB: hue angle of 178.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF2EB is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 242 235 -
CMYK 0.95 0 0.03 0.05
HSL 178.17º 0.91% 0.5% -
HSV(B) 178.17º 0.95% 0.95% -
XYZ 46.9 69.58 89.56 -
YUV 172.43 163.3 13.57 -
System Red Green Blue C M Y K H S L
Decimal 12 242 235 0.95 0 0.03 0.05 178.17 0.91 0.5
Hex C F2 EB 5F 0 3 5 B2 5B 32
Octal 14 362 353 137 0 3 5 262 133 62
Binary 1100 11110010 11101011 1011111 0 11 101 10110010 1011011 110010

Color Harmonies of #0CF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF2EB

Black with #0CF2EB

Text Example


Text Example

White with #0CF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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