Html Css Color HEX #7ADFF3 Turquoise Blue

📋 copy color: '#7ADFF3'

red 122 ◦ green 223 ◦ blue 243

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

Shades of Turquoise Blue #7ADFF3

Tints of Turquoise Blue #7ADFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.33%

R = 20.75%
G = 37.93%
B = 41.33%

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

#7ADFF3 (or 0x7ADFF3) is known color: Turquoise Blue. HEX triplet: 7A, DF and F3. RGB value is (122,223,243). Sum of RGB (Red+Green+Blue) = 122+223+243=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #7ADFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF3 is #85200C. Grayscale: #C2C2C2. Windows color (decimal): -8724493 or 15982458. OLE color: 15982458.

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

Color convert

RGB 122 223 243 -
CMYK 0.50 0.08 0 0.05
HSL 189.92º 0.83% 0.72% -
HSV(B) 189.92º 0.5% 0.95% -
XYZ 50.59 63.38 94.36 -
YUV 195.08 155.04 75.87 -
System Red Green Blue C M Y K H S L
Decimal 122 223 243 0.50 0.08 0 0.05 189.92 0.83 0.72
Hex 7A DF F3 32 8 0 5 BE 53 48
Octal 172 337 363 62 10 0 5 276 123 110
Binary 1111010 11011111 11110011 110010 1000 0 101 10111110 1010011 1001000

Color Harmonies of #7ADFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFF3

Black with #7ADFF3

Text Example


Text Example

White with #7ADFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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