Html Css Color HEX #7ADCDD Turquoise Blue

📋 copy color: '#7ADCDD'

red 122 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #7ADCDD

Tints of Turquoise Blue #7ADCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 21.67%
G = 39.08%
B = 39.25%

CMYK

 C value IS 0.45

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ADCDD (or 0x7ADCDD) is known color: Turquoise Blue. HEX triplet: 7A, DC and DD. RGB value is (122,220,221). Sum of RGB (Red+Green+Blue) = 122+220+221=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ADCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCDD is #852322. Grayscale: #BEBEBE. Windows color (decimal): -8725283 or 14539898. OLE color: 14539898.

HSL color Cylindrical-coordinate representation of color #7ADCDD: hue angle of 180.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCDD is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 220 221 -
CMYK 0.45 0.00 0 0.13
HSL 180.61º 0.59% 0.67% -
HSV(B) 180.61º 0.45% 0.87% -
XYZ 46.67 60.54 77.63 -
YUV 190.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 122 220 221 0.45 0.00 0 0.13 180.61 0.59 0.67
Hex 7A DC DD 2D 0 0 D B5 3B 43
Octal 172 334 335 55 0 0 15 265 73 103
Binary 1111010 11011100 11011101 101101 0 0 1101 10110101 111011 1000011

Color Harmonies of #7ADCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCDD

Black with #7ADCDD

Text Example


Text Example

White with #7ADCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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