Html Css Color HEX #07E8F6 Bright Turquoise

📋 copy color: '#07E8F6'

red 7 ◦ green 232 ◦ blue 246

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

Shades of Bright Turquoise #07E8F6

Tints of Bright Turquoise #07E8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.84%

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 1.44%
G = 47.84%
B = 50.72%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#07E8F6 (or 0x07E8F6) is known color: Bright Turquoise. HEX triplet: 07, E8 and F6. RGB value is (7,232,246). Sum of RGB (Red+Green+Blue) = 7+232+246=485 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.44% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #07E8F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E8F6 is #F81709. Grayscale: #A6A6A6. Windows color (decimal): -16258826 or 16181255. OLE color: 16181255.

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

Color convert

RGB 7 232 246 -
CMYK 0.97 0.06 0 0.04
HSL 183.51º 0.94% 0.5% -
HSV(B) 183.51º 0.97% 0.96% -
XYZ 45.58 64.41 97.22 -
YUV 166.32 172.96 14.36 -
System Red Green Blue C M Y K H S L
Decimal 7 232 246 0.97 0.06 0 0.04 183.51 0.94 0.5
Hex 7 E8 F6 61 6 0 4 B8 5E 32
Octal 7 350 366 141 6 0 4 270 136 62
Binary 111 11101000 11110110 1100001 110 0 100 10111000 1011110 110010

Color Harmonies of #07E8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E8F6

Black with #07E8F6

Text Example


Text Example

White with #07E8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,232,246); }

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

background-color css

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

 a { background-color: rgb(7,232,246); }

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

border-color css

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

 span { border-color: rgb(7,232,246); }

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