Html Css Color HEX #AFFDFD Pale Turquoise

📋 copy color: '#AFFDFD'

red 175 ◦ green 253 ◦ blue 253

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

Shades of Pale Turquoise #AFFDFD

Tints of Pale Turquoise #AFFDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.15%

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

R = 25.7%
G = 37.15%
B = 37.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFFDFD (or 0xAFFDFD) is known color: Pale Turquoise. HEX triplet: AF, FD and FD. RGB value is (175,253,253). Sum of RGB (Red+Green+Blue) = 175+253+253=681 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.70% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #AFFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDFD is #500202. Grayscale: #E5E5E5. Windows color (decimal): -5243395 or 16645551. OLE color: 16645551.

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

Color convert

RGB 175 253 253 -
CMYK 0.31 0 0 0.01
HSL 180º 0.95% 0.84% -
HSV(B) 180º 0.31% 0.99% -
XYZ 70.53 86.46 105.9 -
YUV 229.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 175 253 253 0.31 0 0 0.01 180 0.95 0.84
Hex AF FD FD 1F 0 0 1 B4 5F 54
Octal 257 375 375 37 0 0 1 264 137 124
Binary 10101111 11111101 11111101 11111 0 0 1 10110100 1011111 1010100

Color Harmonies of #AFFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDFD

Black with #AFFDFD

Text Example


Text Example

White with #AFFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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