Html Css Color HEX #AFECF6 Pale Turquoise

📋 copy color: '#AFECF6'

red 175 ◦ green 236 ◦ blue 246

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

Shades of Pale Turquoise #AFECF6

Tints of Pale Turquoise #AFECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.44%

R = 26.64%
G = 35.92%
B = 37.44%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFECF6 (or 0xAFECF6) is known color: Pale Turquoise. HEX triplet: AF, EC and F6. RGB value is (175,236,246). Sum of RGB (Red+Green+Blue) = 175+236+246=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF6 is #501309. Grayscale: #DADADA. Windows color (decimal): -5247754 or 16182447. OLE color: 16182447.

HSL color Cylindrical-coordinate representation of color #AFECF6: hue angle of 188.45º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFECF6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 236 246 -
CMYK 0.29 0.04 0 0.04
HSL 188.45º 0.8% 0.83% -
HSV(B) 188.45º 0.29% 0.96% -
XYZ 64.31 75.76 98.42 -
YUV 218.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 175 236 246 0.29 0.04 0 0.04 188.45 0.8 0.83
Hex AF EC F6 1D 4 0 4 BC 50 53
Octal 257 354 366 35 4 0 4 274 120 123
Binary 10101111 11101100 11110110 11101 100 0 100 10111100 1010000 1010011

Color Harmonies of #AFECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECF6

Black with #AFECF6

Text Example


Text Example

White with #AFECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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