Html Css Color HEX #07F0EC Bright Turquoise

📋 copy color: '#07F0EC'

red 7 ◦ green 240 ◦ blue 236

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

Shades of Bright Turquoise #07F0EC

Tints of Bright Turquoise #07F0EC

RGB

 RED value IS 7 (3.13% from 255) = 1.45%

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 1.45%
G = 49.69%
B = 48.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#07F0EC (or 0x07F0EC) is known color: Bright Turquoise. HEX triplet: 07, F0 and EC. RGB value is (7,240,236). Sum of RGB (Red+Green+Blue) = 7+240+236=483 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F0EC is #F80F13. Grayscale: #A9A9A9. Windows color (decimal): -16256788 or 15527943. OLE color: 15527943.

HSL color Cylindrical-coordinate representation of color #07F0EC: hue angle of 178.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0EC is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 240 236 -
CMYK 0.97 0 0.02 0.06
HSL 178.97º 0.94% 0.48% -
HSV(B) 178.97º 0.97% 0.94% -
XYZ 46.39 68.42 90.12 -
YUV 169.88 165.31 11.83 -
System Red Green Blue C M Y K H S L
Decimal 7 240 236 0.97 0 0.02 0.06 178.97 0.94 0.48
Hex 7 F0 EC 61 0 2 6 B3 5E 30
Octal 7 360 354 141 0 2 6 263 136 60
Binary 111 11110000 11101100 1100001 0 10 110 10110011 1011110 110000

Color Harmonies of #07F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F0EC

Black with #07F0EC

Text Example


Text Example

White with #07F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07F0EC; }

 p { color: rgb(7,240,236); }

 H1.HeaderClassName
 {
   color: #07F0EC;
 }
 .AnyTagClassName
 {
   color: #07F0EC;
 }
</style>

background-color css

<style>
 a { background-color: #07F0EC; }

 a { background-color: rgb(7,240,236); }

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

border-color css

<style>
 span { border-color: #07F0EC; }

 span { border-color: rgb(7,240,236); }

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