Html Css Color HEX #AFFEFD Pale Turquoise

📋 copy color: '#AFFEFD'

red 175 ◦ green 254 ◦ blue 253

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

Shades of Pale Turquoise #AFFEFD

Tints of Pale Turquoise #AFFEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.1%

R = 25.66%
G = 37.24%
B = 37.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#AFFEFD (or 0xAFFEFD) is known color: Pale Turquoise. HEX triplet: AF, FE and FD. RGB value is (175,254,253). Sum of RGB (Red+Green+Blue) = 175+254+253=682 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.66% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEFD is #500102. Grayscale: #E6E6E6. Windows color (decimal): -5243139 or 16645807. OLE color: 16645807.

HSL color Cylindrical-coordinate representation of color #AFFEFD: hue angle of 179.24º 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 #AFFEFD is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 253 -
CMYK 0.31 0 0.00 0.00
HSL 179.24º 0.98% 0.84% -
HSV(B) 179.24º 0.31% 1% -
XYZ 70.85 87.09 106 -
YUV 230.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 175 254 253 0.31 0 0.00 0.00 179.24 0.98 0.84
Hex AF FE FD 1F 0 0 0 B3 62 54
Octal 257 376 375 37 0 0 0 263 142 124
Binary 10101111 11111110 11111101 11111 0 0 0 10110011 1100010 1010100

Color Harmonies of #AFFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEFD

Black with #AFFEFD

Text Example


Text Example

White with #AFFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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