Html Css Color HEX #07E0DB Bright Turquoise

📋 copy color: '#07E0DB'

red 7 ◦ green 224 ◦ blue 219

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

Shades of Bright Turquoise #07E0DB

Tints of Bright Turquoise #07E0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.78%

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

R = 1.56%
G = 49.78%
B = 48.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#07E0DB (or 0x07E0DB) is known color: Bright Turquoise. HEX triplet: 07, E0 and DB. RGB value is (7,224,219). Sum of RGB (Red+Green+Blue) = 7+224+219=450 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #07E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E0DB is #F81F24. Grayscale: #9E9E9E. Windows color (decimal): -16260901 or 14409735. OLE color: 14409735.

HSL color Cylindrical-coordinate representation of color #07E0DB: hue angle of 178.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E0DB is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 224 219 -
CMYK 0.97 0 0.02 0.12
HSL 178.62º 0.94% 0.45% -
HSV(B) 178.62º 0.97% 0.88% -
XYZ 39.53 58.47 76.22 -
YUV 158.55 162.11 19.91 -
System Red Green Blue C M Y K H S L
Decimal 7 224 219 0.97 0 0.02 0.12 178.62 0.94 0.45
Hex 7 E0 DB 61 0 2 C B3 5E 2D
Octal 7 340 333 141 0 2 14 263 136 55
Binary 111 11100000 11011011 1100001 0 10 1100 10110011 1011110 101101

Color Harmonies of #07E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E0DB

Black with #07E0DB

Text Example


Text Example

White with #07E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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