Html Css Color HEX #7ADDDB Turquoise Blue

📋 copy color: '#7ADDDB'

red 122 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #7ADDDB

Tints of Turquoise Blue #7ADDDB

RGB

 RED value IS 122 (48.05% from 255) = 21.71%

 GREEN value IS 221 (86.72% from 255) = 39.32%

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

R = 21.71%
G = 39.32%
B = 38.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7ADDDB (or 0x7ADDDB) is known color: Turquoise Blue. HEX triplet: 7A, DD and DB. RGB value is (122,221,219). Sum of RGB (Red+Green+Blue) = 122+221+219=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDDB is #852224. Grayscale: #BFBFBF. Windows color (decimal): -8725029 or 14409082. OLE color: 14409082.

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

Color convert

RGB 122 221 219 -
CMYK 0.45 0 0.01 0.13
HSL 178.79º 0.59% 0.67% -
HSV(B) 178.79º 0.45% 0.87% -
XYZ 46.67 60.96 76.33 -
YUV 191.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 122 221 219 0.45 0 0.01 0.13 178.79 0.59 0.67
Hex 7A DD DB 2D 0 1 D B3 3B 43
Octal 172 335 333 55 0 1 15 263 73 103
Binary 1111010 11011101 11011011 101101 0 1 1101 10110011 111011 1000011

Color Harmonies of #7ADDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDDB

Black with #7ADDDB

Text Example


Text Example

White with #7ADDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ADDDB; }

 p { color: rgb(122,221,219); }

 H1.HeaderClassName
 {
   color: #7ADDDB;
 }
 .AnyTagClassName
 {
   color: #7ADDDB;
 }
</style>

background-color css

<style>
 a { background-color: #7ADDDB; }

 a { background-color: rgb(122,221,219); }

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

border-color css

<style>
 span { border-color: #7ADDDB; }

 span { border-color: rgb(122,221,219); }

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