Html Css Color HEX #AFF2EE Pale Turquoise

📋 copy color: '#AFF2EE'

red 175 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #AFF2EE

Tints of Pale Turquoise #AFF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.95%

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 26.72%
G = 36.95%
B = 36.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AFF2EE (or 0xAFF2EE) is known color: Pale Turquoise. HEX triplet: AF, F2 and EE. RGB value is (175,242,238). Sum of RGB (Red+Green+Blue) = 175+242+238=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2EE is #500D11. Grayscale: #DDDDDD. Windows color (decimal): -5246226 or 15659695. OLE color: 15659695.

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

Color convert

RGB 175 242 238 -
CMYK 0.28 0 0.02 0.05
HSL 176.42º 0.72% 0.82% -
HSV(B) 176.42º 0.28% 0.95% -
XYZ 64.86 78.79 92.68 -
YUV 221.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 175 242 238 0.28 0 0.02 0.05 176.42 0.72 0.82
Hex AF F2 EE 1C 0 2 5 B0 48 52
Octal 257 362 356 34 0 2 5 260 110 122
Binary 10101111 11110010 11101110 11100 0 10 101 10110000 1001000 1010010

Color Harmonies of #AFF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2EE

Black with #AFF2EE

Text Example


Text Example

White with #AFF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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