Html Css Color HEX #07FEDD Bright Turquoise

📋 copy color: '#07FEDD'

red 7 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #07FEDD

Tints of Bright Turquoise #07FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.7%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 1.45%
G = 52.7%
B = 45.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#07FEDD (or 0x07FEDD) is known color: Bright Turquoise. HEX triplet: 07, FE and DD. RGB value is (7,254,221). Sum of RGB (Red+Green+Blue) = 7+254+221=482 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FEDD is #F80122. Grayscale: #B0B0B0. Windows color (decimal): -16253219 or 14548487. OLE color: 14548487.

HSL color Cylindrical-coordinate representation of color #07FEDD: hue angle of 171.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FEDD is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 254 221 -
CMYK 0.97 0 0.13 0.00
HSL 171.98º 0.99% 0.51% -
HSV(B) 171.98º 0.97% 1% -
XYZ 48.58 76.15 80.54 -
YUV 176.39 153.17 7.18 -
System Red Green Blue C M Y K H S L
Decimal 7 254 221 0.97 0 0.13 0.00 171.98 0.99 0.51
Hex 7 FE DD 61 0 D 0 AC 63 33
Octal 7 376 335 141 0 15 0 254 143 63
Binary 111 11111110 11011101 1100001 0 1101 0 10101100 1100011 110011

Color Harmonies of #07FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FEDD

Black with #07FEDD

Text Example


Text Example

White with #07FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,254,221); }

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

background-color css

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

 a { background-color: rgb(7,254,221); }

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

border-color css

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

 span { border-color: rgb(7,254,221); }

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