Html Css Color HEX #07DEDB Bright Turquoise

📋 copy color: '#07DEDB'

red 7 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #07DEDB

Tints of Bright Turquoise #07DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.55%

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

R = 1.56%
G = 49.55%
B = 48.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#07DEDB (or 0x07DEDB) is known color: Bright Turquoise. HEX triplet: 07, DE and DB. RGB value is (7,222,219). Sum of RGB (Red+Green+Blue) = 7+222+219=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #07DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DEDB is #F82124. Grayscale: #9D9D9D. Windows color (decimal): -16261413 or 14409223. OLE color: 14409223.

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

Color convert

RGB 7 222 219 -
CMYK 0.97 0 0.01 0.13
HSL 179.16º 0.94% 0.45% -
HSV(B) 179.16º 0.97% 0.87% -
XYZ 39 57.4 76.04 -
YUV 157.37 162.77 20.74 -
System Red Green Blue C M Y K H S L
Decimal 7 222 219 0.97 0 0.01 0.13 179.16 0.94 0.45
Hex 7 DE DB 61 0 1 D B3 5E 2D
Octal 7 336 333 141 0 1 15 263 136 55
Binary 111 11011110 11011011 1100001 0 1 1101 10110011 1011110 101101

Color Harmonies of #07DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DEDB

Black with #07DEDB

Text Example


Text Example

White with #07DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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