Html Css Color HEX #7ADFDE Turquoise Blue

📋 copy color: '#7ADFDE'

red 122 ◦ green 223 ◦ blue 222

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

Shades of Turquoise Blue #7ADFDE

Tints of Turquoise Blue #7ADFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 21.52%
G = 39.33%
B = 39.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#7ADFDE (or 0x7ADFDE) is known color: Turquoise Blue. HEX triplet: 7A, DF and DE. RGB value is (122,223,222). Sum of RGB (Red+Green+Blue) = 122+223+222=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFDE is #852021. Grayscale: #C0C0C0. Windows color (decimal): -8724514 or 14606202. OLE color: 14606202.

HSL color Cylindrical-coordinate representation of color #7ADFDE: hue angle of 179.41º 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 #7ADFDE is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 222 -
CMYK 0.45 0 0.00 0.13
HSL 179.41º 0.61% 0.68% -
HSV(B) 179.41º 0.45% 0.87% -
XYZ 47.6 62.19 78.6 -
YUV 192.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 122 223 222 0.45 0 0.00 0.13 179.41 0.61 0.68
Hex 7A DF DE 2D 0 0 D B3 3D 44
Octal 172 337 336 55 0 0 15 263 75 104
Binary 1111010 11011111 11011110 101101 0 0 1101 10110011 111101 1000100

Color Harmonies of #7ADFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFDE

Black with #7ADFDE

Text Example


Text Example

White with #7ADFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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