Html Css Color HEX #AFECF8 Pale Turquoise

📋 copy color: '#AFECF8'

red 175 ◦ green 236 ◦ blue 248

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

Shades of Pale Turquoise #AFECF8

Tints of Pale Turquoise #AFECF8

RGB

 RED value IS 175 (68.75% from 255) = 26.56%

 GREEN value IS 236 (92.58% from 255) = 35.81%

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

R = 26.56%
G = 35.81%
B = 37.63%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFECF8 (or 0xAFECF8) is known color: Pale Turquoise. HEX triplet: AF, EC and F8. RGB value is (175,236,248). Sum of RGB (Red+Green+Blue) = 175+236+248=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF8 is #501307. Grayscale: #DBDBDB. Windows color (decimal): -5247752 or 16313519. OLE color: 16313519.

HSL color Cylindrical-coordinate representation of color #AFECF8: hue angle of 189.86º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFECF8 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 236 248 -
CMYK 0.29 0.05 0 0.03
HSL 189.86º 0.84% 0.83% -
HSV(B) 189.86º 0.29% 0.97% -
XYZ 64.62 75.88 100.05 -
YUV 219.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 175 236 248 0.29 0.05 0 0.03 189.86 0.84 0.83
Hex AF EC F8 1D 5 0 3 BE 54 53
Octal 257 354 370 35 5 0 3 276 124 123
Binary 10101111 11101100 11111000 11101 101 0 11 10111110 1010100 1010011

Color Harmonies of #AFECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECF8

Black with #AFECF8

Text Example


Text Example

White with #AFECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECF8; }

 p { color: rgb(175,236,248); }

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

background-color css

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

 a { background-color: rgb(175,236,248); }

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

border-color css

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

 span { border-color: rgb(175,236,248); }

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