Html Css Color HEX #07EDDB Bright Turquoise

📋 copy color: '#07EDDB'

red 7 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #07EDDB

Tints of Bright Turquoise #07EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 1.51%
G = 51.19%
B = 47.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#07EDDB (or 0x07EDDB) is known color: Bright Turquoise. HEX triplet: 07, ED and DB. RGB value is (7,237,219). Sum of RGB (Red+Green+Blue) = 7+237+219=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #07EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EDDB is #F81224. Grayscale: #A6A6A6. Windows color (decimal): -16257573 or 14413063. OLE color: 14413063.

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

Color convert

RGB 7 237 219 -
CMYK 0.97 0 0.08 0.07
HSL 175.3º 0.94% 0.48% -
HSV(B) 175.3º 0.97% 0.93% -
XYZ 43.16 65.73 77.43 -
YUV 166.18 157.8 14.46 -
System Red Green Blue C M Y K H S L
Decimal 7 237 219 0.97 0 0.08 0.07 175.3 0.94 0.48
Hex 7 ED DB 61 0 8 7 AF 5E 30
Octal 7 355 333 141 0 10 7 257 136 60
Binary 111 11101101 11011011 1100001 0 1000 111 10101111 1011110 110000

Color Harmonies of #07EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EDDB

Black with #07EDDB

Text Example


Text Example

White with #07EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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