Html Css Color HEX #AFFFEE Pale Turquoise

📋 copy color: '#AFFFEE'

red 175 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #AFFFEE

Tints of Pale Turquoise #AFFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.17%

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

R = 26.2%
G = 38.17%
B = 35.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#AFFFEE (or 0xAFFFEE) is known color: Pale Turquoise. HEX triplet: AF, FF and EE. RGB value is (175,255,238). Sum of RGB (Red+Green+Blue) = 175+255+238=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFEE is #500011. Grayscale: #E5E5E5. Windows color (decimal): -5242898 or 15663023. OLE color: 15663023.

HSL color Cylindrical-coordinate representation of color #AFFFEE: hue angle of 167.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFEE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 238 -
CMYK 0.31 0 0.07 0
HSL 167.25º 1% 0.84% -
HSV(B) 167.25º 0.31% 1% -
XYZ 68.87 86.81 94.01 -
YUV 229.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 175 255 238 0.31 0 0.07 0 167.25 1 0.84
Hex AF FF EE 1F 0 7 0 A7 64 54
Octal 257 377 356 37 0 7 0 247 144 124
Binary 10101111 11111111 11101110 11111 0 111 0 10100111 1100100 1010100

Color Harmonies of #AFFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFEE

Black with #AFFFEE

Text Example


Text Example

White with #AFFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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