Html Css Color HEX #7ADFE0 Turquoise Blue

📋 copy color: '#7ADFE0'

red 122 ◦ green 223 ◦ blue 224

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

Shades of Turquoise Blue #7ADFE0

Tints of Turquoise Blue #7ADFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.37%

R = 21.44%
G = 39.19%
B = 39.37%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7ADFE0 (or 0x7ADFE0) is known color: Turquoise Blue. HEX triplet: 7A, DF and E0. RGB value is (122,223,224). Sum of RGB (Red+Green+Blue) = 122+223+224=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #7ADFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFE0 is #85201F. Grayscale: #C0C0C0. Windows color (decimal): -8724512 or 14737274. OLE color: 14737274.

HSL color Cylindrical-coordinate representation of color #7ADFE0: hue angle of 180.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ADFE0 is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 223 224 -
CMYK 0.46 0.00 0 0.12
HSL 180.59º 0.62% 0.68% -
HSV(B) 180.59º 0.46% 0.88% -
XYZ 47.87 62.29 80.02 -
YUV 192.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 122 223 224 0.46 0.00 0 0.12 180.59 0.62 0.68
Hex 7A DF E0 2E 0 0 C B5 3E 44
Octal 172 337 340 56 0 0 14 265 76 104
Binary 1111010 11011111 11100000 101110 0 0 1100 10110101 111110 1000100

Color Harmonies of #7ADFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFE0

Black with #7ADFE0

Text Example


Text Example

White with #7ADFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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