Html Css Color HEX #7ADFE6 Turquoise Blue

📋 copy color: '#7ADFE6'

red 122 ◦ green 223 ◦ blue 230

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

Shades of Turquoise Blue #7ADFE6

Tints of Turquoise Blue #7ADFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40%

R = 21.22%
G = 38.78%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7ADFE6 (or 0x7ADFE6) is known color: Turquoise Blue. HEX triplet: 7A, DF and E6. RGB value is (122,223,230). Sum of RGB (Red+Green+Blue) = 122+223+230=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #7ADFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFE6 is #852019. Grayscale: #C1C1C1. Windows color (decimal): -8724506 or 15130490. OLE color: 15130490.

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

Color convert

RGB 122 223 230 -
CMYK 0.47 0.03 0 0.10
HSL 183.89º 0.68% 0.69% -
HSV(B) 183.89º 0.47% 0.9% -
XYZ 48.7 62.63 84.38 -
YUV 193.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 122 223 230 0.47 0.03 0 0.10 183.89 0.68 0.69
Hex 7A DF E6 2F 3 0 A B8 44 45
Octal 172 337 346 57 3 0 12 270 104 105
Binary 1111010 11011111 11100110 101111 11 0 1010 10111000 1000100 1000101

Color Harmonies of #7ADFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFE6

Black with #7ADFE6

Text Example


Text Example

White with #7ADFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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