Html Css Color HEX #7ADDED Turquoise Blue

📋 copy color: '#7ADDED'

red 122 ◦ green 221 ◦ blue 237

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

Shades of Turquoise Blue #7ADDED

Tints of Turquoise Blue #7ADDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 21.03%
G = 38.1%
B = 40.86%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7ADDED (or 0x7ADDED) is known color: Turquoise Blue. HEX triplet: 7A, DD and ED. RGB value is (122,221,237). Sum of RGB (Red+Green+Blue) = 122+221+237=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #7ADDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDED is #852212. Grayscale: #C1C1C1. Windows color (decimal): -8725011 or 15588730. OLE color: 15588730.

HSL color Cylindrical-coordinate representation of color #7ADDED: hue angle of 188.35º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ADDED is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 221 237 -
CMYK 0.49 0.07 0 0.07
HSL 188.35º 0.76% 0.7% -
HSV(B) 188.35º 0.49% 0.93% -
XYZ 49.17 61.96 89.49 -
YUV 193.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 122 221 237 0.49 0.07 0 0.07 188.35 0.76 0.7
Hex 7A DD ED 31 7 0 7 BC 4C 46
Octal 172 335 355 61 7 0 7 274 114 106
Binary 1111010 11011101 11101101 110001 111 0 111 10111100 1001100 1000110

Color Harmonies of #7ADDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDED

Black with #7ADDED

Text Example


Text Example

White with #7ADDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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