Html Css Color HEX #AFFEEF Pale Turquoise

📋 copy color: '#AFFEEF'

red 175 ◦ green 254 ◦ blue 239

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

Shades of Pale Turquoise #AFFEEF

Tints of Pale Turquoise #AFFEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.02%

 BLUE value IS 239 (93.75% from 255) = 35.78%

R = 26.2%
G = 38.02%
B = 35.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#AFFEEF (or 0xAFFEEF) is known color: Pale Turquoise. HEX triplet: AF, FE and EF. RGB value is (175,254,239). Sum of RGB (Red+Green+Blue) = 175+254+239=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEEF is #500110. Grayscale: #E4E4E4. Windows color (decimal): -5243153 or 15728303. OLE color: 15728303.

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

Color convert

RGB 175 254 239 -
CMYK 0.31 0 0.06 0.00
HSL 168.61º 0.98% 0.84% -
HSV(B) 168.61º 0.31% 1% -
XYZ 68.7 86.23 94.68 -
YUV 228.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 175 254 239 0.31 0 0.06 0.00 168.61 0.98 0.84
Hex AF FE EF 1F 0 6 0 A9 62 54
Octal 257 376 357 37 0 6 0 251 142 124
Binary 10101111 11111110 11101111 11111 0 110 0 10101001 1100010 1010100

Color Harmonies of #AFFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEEF

Black with #AFFEEF

Text Example


Text Example

White with #AFFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEEF; }

 p { color: rgb(175,254,239); }

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

background-color css

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

 a { background-color: rgb(175,254,239); }

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

border-color css

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

 span { border-color: rgb(175,254,239); }

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