Html Css Color HEX #07EFE6 Bright Turquoise

📋 copy color: '#07EFE6'

red 7 ◦ green 239 ◦ blue 230

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

Shades of Bright Turquoise #07EFE6

Tints of Bright Turquoise #07EFE6

RGB

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

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

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

R = 1.47%
G = 50.21%
B = 48.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#07EFE6 (or 0x07EFE6) is known color: Bright Turquoise. HEX triplet: 07, EF and E6. RGB value is (7,239,230). Sum of RGB (Red+Green+Blue) = 7+239+230=476 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFE6 is #F81019. Grayscale: #A8A8A8. Windows color (decimal): -16257050 or 15134471. OLE color: 15134471.

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

Color convert

RGB 7 239 230 -
CMYK 0.97 0 0.04 0.06
HSL 177.67º 0.94% 0.48% -
HSV(B) 177.67º 0.97% 0.94% -
XYZ 45.24 67.49 85.51 -
YUV 168.61 162.64 12.73 -
System Red Green Blue C M Y K H S L
Decimal 7 239 230 0.97 0 0.04 0.06 177.67 0.94 0.48
Hex 7 EF E6 61 0 4 6 B2 5E 30
Octal 7 357 346 141 0 4 6 262 136 60
Binary 111 11101111 11100110 1100001 0 100 110 10110010 1011110 110000

Color Harmonies of #07EFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFE6

Black with #07EFE6

Text Example


Text Example

White with #07EFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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