Html Css Color HEX #0CF7E6 Bright Turquoise

📋 copy color: '#0CF7E6'

red 12 ◦ green 247 ◦ blue 230

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

Shades of Bright Turquoise #0CF7E6

Tints of Bright Turquoise #0CF7E6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.51%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 2.45%
G = 50.51%
B = 47.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#0CF7E6 (or 0x0CF7E6) is known color: Bright Turquoise. HEX triplet: 0C, F7 and E6. RGB value is (12,247,230). Sum of RGB (Red+Green+Blue) = 12+247+230=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF7E6 is #F30819. Grayscale: #AEAEAE. Windows color (decimal): -15927322 or 15136524. OLE color: 15136524.

HSL color Cylindrical-coordinate representation of color #0CF7E6: hue angle of 175.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF7E6 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 247 230 -
CMYK 0.95 0 0.07 0.03
HSL 175.66º 0.94% 0.51% -
HSV(B) 175.66º 0.95% 0.97% -
XYZ 47.7 72.31 86.31 -
YUV 174.8 159.14 11.88 -
System Red Green Blue C M Y K H S L
Decimal 12 247 230 0.95 0 0.07 0.03 175.66 0.94 0.51
Hex C F7 E6 5F 0 7 3 B0 5E 33
Octal 14 367 346 137 0 7 3 260 136 63
Binary 1100 11110111 11100110 1011111 0 111 11 10110000 1011110 110011

Color Harmonies of #0CF7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF7E6

Black with #0CF7E6

Text Example


Text Example

White with #0CF7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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