Html Css Color HEX #07FFDB Bright Turquoise

📋 copy color: '#07FFDB'

red 7 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #07FFDB

Tints of Bright Turquoise #07FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 53.01%

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

R = 1.46%
G = 53.01%
B = 45.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#07FFDB (or 0x07FFDB) is known color: Bright Turquoise. HEX triplet: 07, FF and DB. RGB value is (7,255,219). Sum of RGB (Red+Green+Blue) = 7+255+219=481 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFDB is #F80024. Grayscale: #B0B0B0. Windows color (decimal): -16252965 or 14417671. OLE color: 14417671.

HSL color Cylindrical-coordinate representation of color #07FFDB: hue angle of 171.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFDB is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 7 255 219 -
CMYK 0.97 0 0.14 0
HSL 171.29º 1% 0.51% -
HSV(B) 171.29º 0.97% 1% -
XYZ 48.63 76.68 79.26 -
YUV 176.74 151.84 6.93 -
System Red Green Blue C M Y K H S L
Decimal 7 255 219 0.97 0 0.14 0 171.29 1 0.51
Hex 7 FF DB 61 0 E 0 AB 64 33
Octal 7 377 333 141 0 16 0 253 144 63
Binary 111 11111111 11011011 1100001 0 1110 0 10101011 1100100 110011

Color Harmonies of #07FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFDB

Black with #07FFDB

Text Example


Text Example

White with #07FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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