Html Css Color HEX #AFF0F0 Pale Turquoise

📋 copy color: '#AFF0F0'

red 175 ◦ green 240 ◦ blue 240

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

Shades of Pale Turquoise #AFF0F0

Tints of Pale Turquoise #AFF0F0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.64%

 BLUE value IS 240 (94.14% from 255) = 36.64%

R = 26.72%
G = 36.64%
B = 36.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFF0F0 (or 0xAFF0F0) is known color: Pale Turquoise. HEX triplet: AF, F0 and F0. RGB value is (175,240,240). Sum of RGB (Red+Green+Blue) = 175+240+240=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #AFF0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F0 is #500F0F. Grayscale: #DCDCDC. Windows color (decimal): -5246736 or 15790255. OLE color: 15790255.

HSL color Cylindrical-coordinate representation of color #AFF0F0: hue angle of 180º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0F0 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 240 -
CMYK 0.27 0 0 0.06
HSL 180º 0.68% 0.81% -
HSV(B) 180º 0.27% 0.94% -
XYZ 64.57 77.73 94.04 -
YUV 220.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 175 240 240 0.27 0 0 0.06 180 0.68 0.81
Hex AF F0 F0 1B 0 0 6 B4 44 51
Octal 257 360 360 33 0 0 6 264 104 121
Binary 10101111 11110000 11110000 11011 0 0 110 10110100 1000100 1010001

Color Harmonies of #AFF0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0F0

Black with #AFF0F0

Text Example


Text Example

White with #AFF0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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