Html Css Color HEX #AFECF4 Pale Turquoise

📋 copy color: '#AFECF4'

red 175 ◦ green 236 ◦ blue 244

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

Shades of Pale Turquoise #AFECF4

Tints of Pale Turquoise #AFECF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.25%

R = 26.72%
G = 36.03%
B = 37.25%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFECF4 (or 0xAFECF4) is known color: Pale Turquoise. HEX triplet: AF, EC and F4. RGB value is (175,236,244). Sum of RGB (Red+Green+Blue) = 175+236+244=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF4 is #50130B. Grayscale: #DADADA. Windows color (decimal): -5247756 or 16051375. OLE color: 16051375.

HSL color Cylindrical-coordinate representation of color #AFECF4: hue angle of 186.96º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFECF4 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 236 244 -
CMYK 0.28 0.03 0 0.04
HSL 186.96º 0.76% 0.82% -
HSV(B) 186.96º 0.28% 0.96% -
XYZ 64 75.64 96.81 -
YUV 218.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 175 236 244 0.28 0.03 0 0.04 186.96 0.76 0.82
Hex AF EC F4 1C 3 0 4 BB 4C 52
Octal 257 354 364 34 3 0 4 273 114 122
Binary 10101111 11101100 11110100 11100 11 0 100 10111011 1001100 1010010

Color Harmonies of #AFECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECF4

Black with #AFECF4

Text Example


Text Example

White with #AFECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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