Html Css Color HEX #AFF9EE Pale Turquoise

📋 copy color: '#AFF9EE'

red 175 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #AFF9EE

Tints of Pale Turquoise #AFF9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.61%

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

R = 26.44%
G = 37.61%
B = 35.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AFF9EE (or 0xAFF9EE) is known color: Pale Turquoise. HEX triplet: AF, F9 and EE. RGB value is (175,249,238). Sum of RGB (Red+Green+Blue) = 175+249+238=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9EE is #500611. Grayscale: #E1E1E1. Windows color (decimal): -5244434 or 15661487. OLE color: 15661487.

HSL color Cylindrical-coordinate representation of color #AFF9EE: hue angle of 171.08º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 238 -
CMYK 0.30 0 0.04 0.02
HSL 171.08º 0.86% 0.83% -
HSV(B) 171.08º 0.3% 0.98% -
XYZ 66.99 83.04 93.39 -
YUV 225.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 175 249 238 0.30 0 0.04 0.02 171.08 0.86 0.83
Hex AF F9 EE 1E 0 4 2 AB 56 53
Octal 257 371 356 36 0 4 2 253 126 123
Binary 10101111 11111001 11101110 11110 0 100 10 10101011 1010110 1010011

Color Harmonies of #AFF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9EE

Black with #AFF9EE

Text Example


Text Example

White with #AFF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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