Html Css Color HEX #7ADFE2 Turquoise Blue

📋 copy color: '#7ADFE2'

red 122 ◦ green 223 ◦ blue 226

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

Shades of Turquoise Blue #7ADFE2

Tints of Turquoise Blue #7ADFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 21.37%
G = 39.05%
B = 39.58%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7ADFE2 (or 0x7ADFE2) is known color: Turquoise Blue. HEX triplet: 7A, DF and E2. RGB value is (122,223,226). Sum of RGB (Red+Green+Blue) = 122+223+226=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #7ADFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFE2 is #85201D. Grayscale: #C1C1C1. Windows color (decimal): -8724510 or 14868346. OLE color: 14868346.

HSL color Cylindrical-coordinate representation of color #7ADFE2: hue angle of 181.73º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ADFE2 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 122 223 226 -
CMYK 0.46 0.01 0 0.11
HSL 181.73º 0.64% 0.68% -
HSV(B) 181.73º 0.46% 0.89% -
XYZ 48.14 62.4 81.46 -
YUV 193.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 122 223 226 0.46 0.01 0 0.11 181.73 0.64 0.68
Hex 7A DF E2 2E 1 0 B B6 40 44
Octal 172 337 342 56 1 0 13 266 100 104
Binary 1111010 11011111 11100010 101110 1 0 1011 10110110 1000000 1000100

Color Harmonies of #7ADFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFE2

Black with #7ADFE2

Text Example


Text Example

White with #7ADFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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