Html Css Color HEX #0CF7EA Bright Turquoise

📋 copy color: '#0CF7EA'

red 12 ◦ green 247 ◦ blue 234

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

Shades of Bright Turquoise #0CF7EA

Tints of Bright Turquoise #0CF7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 2.43%
G = 50.1%
B = 47.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#0CF7EA (or 0x0CF7EA) is known color: Bright Turquoise. HEX triplet: 0C, F7 and EA. RGB value is (12,247,234). Sum of RGB (Red+Green+Blue) = 12+247+234=493 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.43% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF7EA is #F30815. Grayscale: #AFAFAF. Windows color (decimal): -15927318 or 15398668. OLE color: 15398668.

HSL color Cylindrical-coordinate representation of color #0CF7EA: hue angle of 176.68º 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 #0CF7EA is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 247 234 -
CMYK 0.95 0 0.05 0.03
HSL 176.68º 0.94% 0.51% -
HSV(B) 176.68º 0.95% 0.97% -
XYZ 48.26 72.54 89.3 -
YUV 175.25 161.14 11.56 -
System Red Green Blue C M Y K H S L
Decimal 12 247 234 0.95 0 0.05 0.03 176.68 0.94 0.51
Hex C F7 EA 5F 0 5 3 B1 5E 33
Octal 14 367 352 137 0 5 3 261 136 63
Binary 1100 11110111 11101010 1011111 0 101 11 10110001 1011110 110011

Color Harmonies of #0CF7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF7EA

Black with #0CF7EA

Text Example


Text Example

White with #0CF7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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