Html Css Color HEX #7ADBE5 Turquoise Blue

📋 copy color: '#7ADBE5'

red 122 ◦ green 219 ◦ blue 229

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

Shades of Turquoise Blue #7ADBE5

Tints of Turquoise Blue #7ADBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

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

R = 21.4%
G = 38.42%
B = 40.18%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7ADBE5 (or 0x7ADBE5) is known color: Turquoise Blue. HEX triplet: 7A, DB and E5. RGB value is (122,219,229). Sum of RGB (Red+Green+Blue) = 122+219+229=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #7ADBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBE5 is #85241A. Grayscale: #BEBEBE. Windows color (decimal): -8725531 or 15063930. OLE color: 15063930.

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

Color convert

RGB 122 219 229 -
CMYK 0.47 0.04 0 0.10
HSL 185.61º 0.67% 0.69% -
HSV(B) 185.61º 0.47% 0.9% -
XYZ 47.5 60.46 83.29 -
YUV 191.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 122 219 229 0.47 0.04 0 0.10 185.61 0.67 0.69
Hex 7A DB E5 2F 4 0 A BA 43 45
Octal 172 333 345 57 4 0 12 272 103 105
Binary 1111010 11011011 11100101 101111 100 0 1010 10111010 1000011 1000101

Color Harmonies of #7ADBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADBE5

Black with #7ADBE5

Text Example


Text Example

White with #7ADBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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