Html Css Color HEX #7ADFF1 Turquoise Blue

📋 copy color: '#7ADFF1'

red 122 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #7ADFF1

Tints of Turquoise Blue #7ADFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 20.82%
G = 38.05%
B = 41.13%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7ADFF1 (or 0x7ADFF1) is known color: Turquoise Blue. HEX triplet: 7A, DF and F1. RGB value is (122,223,241). Sum of RGB (Red+Green+Blue) = 122+223+241=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #7ADFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF1 is #85200E. Grayscale: #C2C2C2. Windows color (decimal): -8724495 or 15851386. OLE color: 15851386.

HSL color Cylindrical-coordinate representation of color #7ADFF1: hue angle of 189.08º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ADFF1 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 223 241 -
CMYK 0.49 0.07 0 0.05
HSL 189.08º 0.81% 0.71% -
HSV(B) 189.08º 0.49% 0.95% -
XYZ 50.29 63.26 92.78 -
YUV 194.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 122 223 241 0.49 0.07 0 0.05 189.08 0.81 0.71
Hex 7A DF F1 31 7 0 5 BD 51 47
Octal 172 337 361 61 7 0 5 275 121 107
Binary 1111010 11011111 11110001 110001 111 0 101 10111101 1010001 1000111

Color Harmonies of #7ADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFF1

Black with #7ADFF1

Text Example


Text Example

White with #7ADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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