Html Css Color HEX #7ADFF8 Turquoise Blue

📋 copy color: '#7ADFF8'

red 122 ◦ green 223 ◦ blue 248

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

Shades of Turquoise Blue #7ADFF8

Tints of Turquoise Blue #7ADFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.82%

R = 20.57%
G = 37.61%
B = 41.82%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7ADFF8 (or 0x7ADFF8) is known color: Turquoise Blue. HEX triplet: 7A, DF and F8. RGB value is (122,223,248). Sum of RGB (Red+Green+Blue) = 122+223+248=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #7ADFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF8 is #852007. Grayscale: #C3C3C3. Windows color (decimal): -8724488 or 16310138. OLE color: 16310138.

HSL color Cylindrical-coordinate representation of color #7ADFF8: hue angle of 191.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADFF8 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 223 248 -
CMYK 0.51 0.10 0 0.03
HSL 191.9º 0.9% 0.73% -
HSV(B) 191.9º 0.51% 0.97% -
XYZ 51.36 63.69 98.39 -
YUV 195.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 122 223 248 0.51 0.10 0 0.03 191.9 0.9 0.73
Hex 7A DF F8 33 A 0 3 C0 5A 49
Octal 172 337 370 63 12 0 3 300 132 111
Binary 1111010 11011111 11111000 110011 1010 0 11 11000000 1011010 1001001

Color Harmonies of #7ADFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFF8

Black with #7ADFF8

Text Example


Text Example

White with #7ADFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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