Html Css Color HEX #7ADDF8 Turquoise Blue

📋 copy color: '#7ADDF8'

red 122 ◦ green 221 ◦ blue 248

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

Shades of Turquoise Blue #7ADDF8

Tints of Turquoise Blue #7ADDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.96%

R = 20.64%
G = 37.39%
B = 41.96%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7ADDF8 (or 0x7ADDF8) is known color: Turquoise Blue. HEX triplet: 7A, DD and F8. RGB value is (122,221,248). Sum of RGB (Red+Green+Blue) = 122+221+248=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #7ADDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDF8 is #852207. Grayscale: #C2C2C2. Windows color (decimal): -8725000 or 16309626. OLE color: 16309626.

HSL color Cylindrical-coordinate representation of color #7ADDF8: hue angle of 192.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADDF8 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 221 248 -
CMYK 0.51 0.11 0 0.03
HSL 192.86º 0.9% 0.73% -
HSV(B) 192.86º 0.51% 0.97% -
XYZ 50.83 62.63 98.22 -
YUV 194.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 122 221 248 0.51 0.11 0 0.03 192.86 0.9 0.73
Hex 7A DD F8 33 B 0 3 C1 5A 49
Octal 172 335 370 63 13 0 3 301 132 111
Binary 1111010 11011101 11111000 110011 1011 0 11 11000001 1011010 1001001

Color Harmonies of #7ADDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDF8

Black with #7ADDF8

Text Example


Text Example

White with #7ADDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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