Html Css Color HEX #AFFDFF Pale Turquoise

📋 copy color: '#AFFDFF'

red 175 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #AFFDFF

Tints of Pale Turquoise #AFFDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.34%

R = 25.62%
G = 37.04%
B = 37.34%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFFDFF (or 0xAFFDFF) is known color: Pale Turquoise. HEX triplet: AF, FD and FF. RGB value is (175,253,255). Sum of RGB (Red+Green+Blue) = 175+253+255=683 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.62% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDFF is #500200. Grayscale: #E5E5E5. Windows color (decimal): -5243393 or 16776623. OLE color: 16776623.

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

Color convert

RGB 175 253 255 -
CMYK 0.31 0.01 0 0
HSL 181.5º 1% 0.84% -
HSV(B) 181.5º 0.31% 1% -
XYZ 70.85 86.58 107.59 -
YUV 229.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 175 253 255 0.31 0.01 0 0 181.5 1 0.84
Hex AF FD FF 1F 1 0 0 B6 64 54
Octal 257 375 377 37 1 0 0 266 144 124
Binary 10101111 11111101 11111111 11111 1 0 0 10110110 1100100 1010100

Color Harmonies of #AFFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDFF

Black with #AFFDFF

Text Example


Text Example

White with #AFFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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