Html Css Color HEX #07EBDB Bright Turquoise

📋 copy color: '#07EBDB'

red 7 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #07EBDB

Tints of Bright Turquoise #07EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.98%

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

R = 1.52%
G = 50.98%
B = 47.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#07EBDB (or 0x07EBDB) is known color: Bright Turquoise. HEX triplet: 07, EB and DB. RGB value is (7,235,219). Sum of RGB (Red+Green+Blue) = 7+235+219=461 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBDB is #F81424. Grayscale: #A4A4A4. Windows color (decimal): -16258085 or 14412551. OLE color: 14412551.

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

Color convert

RGB 7 235 219 -
CMYK 0.97 0 0.07 0.08
HSL 175.79º 0.94% 0.47% -
HSV(B) 175.79º 0.97% 0.92% -
XYZ 42.58 64.58 77.24 -
YUV 165 158.46 15.3 -
System Red Green Blue C M Y K H S L
Decimal 7 235 219 0.97 0 0.07 0.08 175.79 0.94 0.47
Hex 7 EB DB 61 0 7 8 B0 5E 2F
Octal 7 353 333 141 0 7 10 260 136 57
Binary 111 11101011 11011011 1100001 0 111 1000 10110000 1011110 101111

Color Harmonies of #07EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EBDB

Black with #07EBDB

Text Example


Text Example

White with #07EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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