Html Css Color HEX #AFF2F5 Pale Turquoise

📋 copy color: '#AFF2F5'

red 175 ◦ green 242 ◦ blue 245

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

Shades of Pale Turquoise #AFF2F5

Tints of Pale Turquoise #AFF2F5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.56%

 BLUE value IS 245 (96.09% from 255) = 37.01%

R = 26.44%
G = 36.56%
B = 37.01%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFF2F5 (or 0xAFF2F5) is known color: Pale Turquoise. HEX triplet: AF, F2 and F5. RGB value is (175,242,245). Sum of RGB (Red+Green+Blue) = 175+242+245=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFF2F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2F5 is #500D0A. Grayscale: #DEDEDE. Windows color (decimal): -5246219 or 16118447. OLE color: 16118447.

HSL color Cylindrical-coordinate representation of color #AFF2F5: hue angle of 182.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF2F5 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 242 245 -
CMYK 0.29 0.01 0 0.04
HSL 182.57º 0.78% 0.82% -
HSV(B) 182.57º 0.29% 0.96% -
XYZ 65.91 79.21 98.2 -
YUV 222.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 175 242 245 0.29 0.01 0 0.04 182.57 0.78 0.82
Hex AF F2 F5 1D 1 0 4 B7 4E 52
Octal 257 362 365 35 1 0 4 267 116 122
Binary 10101111 11110010 11110101 11101 1 0 100 10110111 1001110 1010010

Color Harmonies of #AFF2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2F5

Black with #AFF2F5

Text Example


Text Example

White with #AFF2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2F5; }

 p { color: rgb(175,242,245); }

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

background-color css

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

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

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

border-color css

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

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

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