Html Css Color HEX #ADEFF3 Pale Turquoise

📋 copy color: '#ADEFF3'

red 173 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #ADEFF3

Tints of Pale Turquoise #ADEFF3

RGB

 RED value IS 173 (67.97% from 255) = 26.41%

 GREEN value IS 239 (93.75% from 255) = 36.49%

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

R = 26.41%
G = 36.49%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADEFF3 (or 0xADEFF3) is known color: Pale Turquoise. HEX triplet: AD, EF and F3. RGB value is (173,239,243). Sum of RGB (Red+Green+Blue) = 173+239+243=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFF3 is #52100C. Grayscale: #DBDBDB. Windows color (decimal): -5378061 or 15986605. OLE color: 15986605.

HSL color Cylindrical-coordinate representation of color #ADEFF3: hue angle of 183.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEFF3 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 239 243 -
CMYK 0.29 0.02 0 0.05
HSL 183.43º 0.74% 0.82% -
HSV(B) 183.43º 0.29% 0.95% -
XYZ 64.28 77.09 96.29 -
YUV 219.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 173 239 243 0.29 0.02 0 0.05 183.43 0.74 0.82
Hex AD EF F3 1D 2 0 5 B7 4A 52
Octal 255 357 363 35 2 0 5 267 112 122
Binary 10101101 11101111 11110011 11101 10 0 101 10110111 1001010 1010010

Color Harmonies of #ADEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEFF3

Black with #ADEFF3

Text Example


Text Example

White with #ADEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEFF3; }

 p { color: rgb(173,239,243); }

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

background-color css

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

 a { background-color: rgb(173,239,243); }

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

border-color css

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

 span { border-color: rgb(173,239,243); }

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