Html Css Color HEX #7ADFDA Turquoise Blue

📋 copy color: '#7ADFDA'

red 122 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #7ADFDA

Tints of Turquoise Blue #7ADFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.61%

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

R = 21.67%
G = 39.61%
B = 38.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#7ADFDA (or 0x7ADFDA) is known color: Turquoise Blue. HEX triplet: 7A, DF and DA. RGB value is (122,223,218). Sum of RGB (Red+Green+Blue) = 122+223+218=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFDA is #852025. Grayscale: #C0C0C0. Windows color (decimal): -8724518 or 14344058. OLE color: 14344058.

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

Color convert

RGB 122 223 218 -
CMYK 0.45 0 0.02 0.13
HSL 177.03º 0.61% 0.68% -
HSV(B) 177.03º 0.45% 0.87% -
XYZ 47.07 61.97 75.81 -
YUV 192.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 122 223 218 0.45 0 0.02 0.13 177.03 0.61 0.68
Hex 7A DF DA 2D 0 2 D B1 3D 44
Octal 172 337 332 55 0 2 15 261 75 104
Binary 1111010 11011111 11011010 101101 0 10 1101 10110001 111101 1000100

Color Harmonies of #7ADFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFDA

Black with #7ADFDA

Text Example


Text Example

White with #7ADFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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