Html Css Color HEX #07EDDD Bright Turquoise

📋 copy color: '#07EDDD'

red 7 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #07EDDD

Tints of Bright Turquoise #07EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.97%

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

R = 1.51%
G = 50.97%
B = 47.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#07EDDD (or 0x07EDDD) is known color: Bright Turquoise. HEX triplet: 07, ED and DD. RGB value is (7,237,221). Sum of RGB (Red+Green+Blue) = 7+237+221=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #07EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EDDD is #F81222. Grayscale: #A6A6A6. Windows color (decimal): -16257571 or 14544135. OLE color: 14544135.

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

Color convert

RGB 7 237 221 -
CMYK 0.97 0 0.07 0.07
HSL 175.83º 0.94% 0.48% -
HSV(B) 175.83º 0.97% 0.93% -
XYZ 43.42 65.83 78.83 -
YUV 166.41 158.8 14.3 -
System Red Green Blue C M Y K H S L
Decimal 7 237 221 0.97 0 0.07 0.07 175.83 0.94 0.48
Hex 7 ED DD 61 0 7 7 B0 5E 30
Octal 7 355 335 141 0 7 7 260 136 60
Binary 111 11101101 11011101 1100001 0 111 111 10110000 1011110 110000

Color Harmonies of #07EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EDDD

Black with #07EDDD

Text Example


Text Example

White with #07EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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