Html Css Color HEX #7ADCDA Turquoise Blue

📋 copy color: '#7ADCDA'

red 122 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #7ADCDA

Tints of Turquoise Blue #7ADCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 21.79%
G = 39.29%
B = 38.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#7ADCDA (or 0x7ADCDA) is known color: Turquoise Blue. HEX triplet: 7A, DC and DA. RGB value is (122,220,218). Sum of RGB (Red+Green+Blue) = 122+220+218=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCDA is #852325. Grayscale: #BEBEBE. Windows color (decimal): -8725286 or 14343290. OLE color: 14343290.

HSL color Cylindrical-coordinate representation of color #7ADCDA: hue angle of 178.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCDA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 218 -
CMYK 0.45 0 0.01 0.14
HSL 178.78º 0.58% 0.67% -
HSV(B) 178.78º 0.45% 0.86% -
XYZ 46.27 60.39 75.55 -
YUV 190.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 122 220 218 0.45 0 0.01 0.14 178.78 0.58 0.67
Hex 7A DC DA 2D 0 1 E B3 3A 43
Octal 172 334 332 55 0 1 16 263 72 103
Binary 1111010 11011100 11011010 101101 0 1 1110 10110011 111010 1000011

Color Harmonies of #7ADCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCDA

Black with #7ADCDA

Text Example


Text Example

White with #7ADCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,220,218); }

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

background-color css

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

 a { background-color: rgb(122,220,218); }

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

border-color css

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

 span { border-color: rgb(122,220,218); }

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