Html Css Color HEX #AFF3E8 Pale Turquoise

📋 copy color: '#AFF3E8'

red 175 ◦ green 243 ◦ blue 232

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

Shades of Pale Turquoise #AFF3E8

Tints of Pale Turquoise #AFF3E8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.38%

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 26.92%
G = 37.38%
B = 35.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#AFF3E8 (or 0xAFF3E8) is known color: Pale Turquoise. HEX triplet: AF, F3 and E8. RGB value is (175,243,232). Sum of RGB (Red+Green+Blue) = 175+243+232=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3E8 is #500C17. Grayscale: #DDDDDD. Windows color (decimal): -5245976 or 15266735. OLE color: 15266735.

HSL color Cylindrical-coordinate representation of color #AFF3E8: hue angle of 170.29º degrees, saturation: 0.74, 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 #AFF3E8 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 232 -
CMYK 0.28 0 0.05 0.05
HSL 170.29º 0.74% 0.82% -
HSV(B) 170.29º 0.28% 0.95% -
XYZ 64.3 79.04 88.21 -
YUV 221.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 175 243 232 0.28 0 0.05 0.05 170.29 0.74 0.82
Hex AF F3 E8 1C 0 5 5 AA 4A 52
Octal 257 363 350 34 0 5 5 252 112 122
Binary 10101111 11110011 11101000 11100 0 101 101 10101010 1001010 1010010

Color Harmonies of #AFF3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3E8

Black with #AFF3E8

Text Example


Text Example

White with #AFF3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3E8; }

 p { color: rgb(175,243,232); }

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

background-color css

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

 a { background-color: rgb(175,243,232); }

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

border-color css

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

 span { border-color: rgb(175,243,232); }

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