Html Css Color HEX #AFEAF2 Pale Turquoise

📋 copy color: '#AFEAF2'

red 175 ◦ green 234 ◦ blue 242

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

Shades of Pale Turquoise #AFEAF2

Tints of Pale Turquoise #AFEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.94%

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 26.88%
G = 35.94%
B = 37.17%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFEAF2 (or 0xAFEAF2) is known color: Pale Turquoise. HEX triplet: AF, EA and F2. RGB value is (175,234,242). Sum of RGB (Red+Green+Blue) = 175+234+242=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAF2 is #50150D. Grayscale: #D9D9D9. Windows color (decimal): -5248270 or 15919791. OLE color: 15919791.

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

Color convert

RGB 175 234 242 -
CMYK 0.28 0.03 0 0.05
HSL 187.16º 0.72% 0.82% -
HSV(B) 187.16º 0.28% 0.95% -
XYZ 63.13 74.37 95.03 -
YUV 217.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 175 234 242 0.28 0.03 0 0.05 187.16 0.72 0.82
Hex AF EA F2 1C 3 0 5 BB 48 52
Octal 257 352 362 34 3 0 5 273 110 122
Binary 10101111 11101010 11110010 11100 11 0 101 10111011 1001000 1010010

Color Harmonies of #AFEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAF2

Black with #AFEAF2

Text Example


Text Example

White with #AFEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAF2; }

 p { color: rgb(175,234,242); }

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

background-color css

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

 a { background-color: rgb(175,234,242); }

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

border-color css

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

 span { border-color: rgb(175,234,242); }

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