Html Css Color HEX #7AD8E7 Turquoise Blue

📋 copy color: '#7AD8E7'

red 122 ◦ green 216 ◦ blue 231

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

Shades of Turquoise Blue #7AD8E7

Tints of Turquoise Blue #7AD8E7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.96%

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 21.44%
G = 37.96%
B = 40.6%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7AD8E7 (or 0x7AD8E7) is known color: Turquoise Blue. HEX triplet: 7A, D8 and E7. RGB value is (122,216,231). Sum of RGB (Red+Green+Blue) = 122+216+231=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #7AD8E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD8E7 is #852718. Grayscale: #BDBDBD. Windows color (decimal): -8726297 or 15194234. OLE color: 15194234.

HSL color Cylindrical-coordinate representation of color #7AD8E7: hue angle of 188.26º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AD8E7 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 122 216 231 -
CMYK 0.47 0.06 0 0.09
HSL 188.26º 0.69% 0.69% -
HSV(B) 188.26º 0.47% 0.91% -
XYZ 47.01 59.02 84.52 -
YUV 189.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 122 216 231 0.47 0.06 0 0.09 188.26 0.69 0.69
Hex 7A D8 E7 2F 6 0 9 BC 45 45
Octal 172 330 347 57 6 0 11 274 105 105
Binary 1111010 11011000 11100111 101111 110 0 1001 10111100 1000101 1000101

Color Harmonies of #7AD8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD8E7

Black with #7AD8E7

Text Example


Text Example

White with #7AD8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,216,231); }

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

background-color css

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

 a { background-color: rgb(122,216,231); }

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

border-color css

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

 span { border-color: rgb(122,216,231); }

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