Html Css Color HEX #7ADFF2 Turquoise Blue

📋 copy color: '#7ADFF2'

red 122 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #7ADFF2

Tints of Turquoise Blue #7ADFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 20.78%
G = 37.99%
B = 41.23%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7ADFF2 (or 0x7ADFF2) is known color: Turquoise Blue. HEX triplet: 7A, DF and F2. RGB value is (122,223,242). Sum of RGB (Red+Green+Blue) = 122+223+242=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ADFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF2 is #85200D. Grayscale: #C2C2C2. Windows color (decimal): -8724494 or 15916922. OLE color: 15916922.

HSL color Cylindrical-coordinate representation of color #7ADFF2: hue angle of 189.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADFF2 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 223 242 -
CMYK 0.50 0.08 0 0.05
HSL 189.5º 0.82% 0.71% -
HSV(B) 189.5º 0.5% 0.95% -
XYZ 50.44 63.32 93.57 -
YUV 194.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 122 223 242 0.50 0.08 0 0.05 189.5 0.82 0.71
Hex 7A DF F2 32 8 0 5 BE 52 47
Octal 172 337 362 62 10 0 5 276 122 107
Binary 1111010 11011111 11110010 110010 1000 0 101 10111110 1010010 1000111

Color Harmonies of #7ADFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFF2

Black with #7ADFF2

Text Example


Text Example

White with #7ADFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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