Html Css Color HEX #07EFE2 Bright Turquoise

📋 copy color: '#07EFE2'

red 7 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #07EFE2

Tints of Bright Turquoise #07EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.64%

 BLUE value IS 226 (88.67% from 255) = 47.88%

R = 1.48%
G = 50.64%
B = 47.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#07EFE2 (or 0x07EFE2) is known color: Bright Turquoise. HEX triplet: 07, EF and E2. RGB value is (7,239,226). Sum of RGB (Red+Green+Blue) = 7+239+226=472 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.48% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFE2 is #F8101D. Grayscale: #A7A7A7. Windows color (decimal): -16257054 or 14872327. OLE color: 14872327.

HSL color Cylindrical-coordinate representation of color #07EFE2: hue angle of 176.64º 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 #07EFE2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 239 226 -
CMYK 0.97 0 0.05 0.06
HSL 176.64º 0.94% 0.48% -
HSV(B) 176.64º 0.97% 0.94% -
XYZ 44.68 67.27 82.58 -
YUV 168.15 160.64 13.06 -
System Red Green Blue C M Y K H S L
Decimal 7 239 226 0.97 0 0.05 0.06 176.64 0.94 0.48
Hex 7 EF E2 61 0 5 6 B1 5E 30
Octal 7 357 342 141 0 5 6 261 136 60
Binary 111 11101111 11100010 1100001 0 101 110 10110001 1011110 110000

Color Harmonies of #07EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFE2

Black with #07EFE2

Text Example


Text Example

White with #07EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,239,226); }

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

background-color css

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

 a { background-color: rgb(7,239,226); }

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

border-color css

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

 span { border-color: rgb(7,239,226); }

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