Html Css Color HEX #7AD9E6 Turquoise Blue

📋 copy color: '#7AD9E6'

red 122 ◦ green 217 ◦ blue 230

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

Shades of Turquoise Blue #7AD9E6

Tints of Turquoise Blue #7AD9E6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 21.44%
G = 38.14%
B = 40.42%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7AD9E6 (or 0x7AD9E6) is known color: Turquoise Blue. HEX triplet: 7A, D9 and E6. RGB value is (122,217,230). Sum of RGB (Red+Green+Blue) = 122+217+230=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #7AD9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD9E6 is #852619. Grayscale: #BDBDBD. Windows color (decimal): -8726042 or 15128954. OLE color: 15128954.

HSL color Cylindrical-coordinate representation of color #7AD9E6: hue angle of 187.22º degrees, saturation: 0.68, 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 #7AD9E6 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 217 230 -
CMYK 0.47 0.06 0 0.10
HSL 187.22º 0.68% 0.69% -
HSV(B) 187.22º 0.47% 0.9% -
XYZ 47.12 59.48 83.86 -
YUV 190.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 122 217 230 0.47 0.06 0 0.10 187.22 0.68 0.69
Hex 7A D9 E6 2F 6 0 A BB 44 45
Octal 172 331 346 57 6 0 12 273 104 105
Binary 1111010 11011001 11100110 101111 110 0 1010 10111011 1000100 1000101

Color Harmonies of #7AD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD9E6

Black with #7AD9E6

Text Example


Text Example

White with #7AD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,217,230); }

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

background-color css

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

 a { background-color: rgb(122,217,230); }

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

border-color css

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

 span { border-color: rgb(122,217,230); }

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