Html Css Color HEX #7ADDE5 Turquoise Blue

📋 copy color: '#7ADDE5'

red 122 ◦ green 221 ◦ blue 229

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

Shades of Turquoise Blue #7ADDE5

Tints of Turquoise Blue #7ADDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 21.33%
G = 38.64%
B = 40.03%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7ADDE5 (or 0x7ADDE5) is known color: Turquoise Blue. HEX triplet: 7A, DD and E5. RGB value is (122,221,229). Sum of RGB (Red+Green+Blue) = 122+221+229=572 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.33% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #7ADDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDE5 is #85221A. Grayscale: #C0C0C0. Windows color (decimal): -8725019 or 15064442. OLE color: 15064442.

HSL color Cylindrical-coordinate representation of color #7ADDE5: hue angle of 184.49º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADDE5 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 221 229 -
CMYK 0.47 0.03 0 0.10
HSL 184.49º 0.67% 0.69% -
HSV(B) 184.49º 0.47% 0.9% -
XYZ 48.03 61.51 83.47 -
YUV 192.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 122 221 229 0.47 0.03 0 0.10 184.49 0.67 0.69
Hex 7A DD E5 2F 3 0 A B8 43 45
Octal 172 335 345 57 3 0 12 270 103 105
Binary 1111010 11011101 11100101 101111 11 0 1010 10111000 1000011 1000101

Color Harmonies of #7ADDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDE5

Black with #7ADDE5

Text Example


Text Example

White with #7ADDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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