Html Css Color HEX #07EFDB Bright Turquoise

📋 copy color: '#07EFDB'

red 7 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #07EFDB

Tints of Bright Turquoise #07EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.4%

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

R = 1.51%
G = 51.4%
B = 47.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#07EFDB (or 0x07EFDB) is known color: Bright Turquoise. HEX triplet: 07, EF and DB. RGB value is (7,239,219). Sum of RGB (Red+Green+Blue) = 7+239+219=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFDB is #F81024. Grayscale: #A7A7A7. Windows color (decimal): -16257061 or 14413575. OLE color: 14413575.

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

Color convert

RGB 7 239 219 -
CMYK 0.97 0 0.08 0.06
HSL 174.83º 0.94% 0.48% -
HSV(B) 174.83º 0.97% 0.94% -
XYZ 43.74 66.89 77.62 -
YUV 167.35 157.14 13.63 -
System Red Green Blue C M Y K H S L
Decimal 7 239 219 0.97 0 0.08 0.06 174.83 0.94 0.48
Hex 7 EF DB 61 0 8 6 AF 5E 30
Octal 7 357 333 141 0 10 6 257 136 60
Binary 111 11101111 11011011 1100001 0 1000 110 10101111 1011110 110000

Color Harmonies of #07EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFDB

Black with #07EFDB

Text Example


Text Example

White with #07EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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