Html Css Color HEX #AFF4F6 Pale Turquoise

📋 copy color: '#AFF4F6'

red 175 ◦ green 244 ◦ blue 246

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

Shades of Pale Turquoise #AFF4F6

Tints of Pale Turquoise #AFF4F6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.69%

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 26.32%
G = 36.69%
B = 36.99%

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

#AFF4F6 (or 0xAFF4F6) is known color: Pale Turquoise. HEX triplet: AF, F4 and F6. RGB value is (175,244,246). Sum of RGB (Red+Green+Blue) = 175+244+246=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF4F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4F6 is #500B09. Grayscale: #DFDFDF. Windows color (decimal): -5245706 or 16184495. OLE color: 16184495.

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

Color convert

RGB 175 244 246 -
CMYK 0.29 0.01 0 0.04
HSL 181.69º 0.8% 0.83% -
HSV(B) 181.69º 0.29% 0.96% -
XYZ 66.66 80.47 99.21 -
YUV 223.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 175 244 246 0.29 0.01 0 0.04 181.69 0.8 0.83
Hex AF F4 F6 1D 1 0 4 B6 50 53
Octal 257 364 366 35 1 0 4 266 120 123
Binary 10101111 11110100 11110110 11101 1 0 100 10110110 1010000 1010011

Color Harmonies of #AFF4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4F6

Black with #AFF4F6

Text Example


Text Example

White with #AFF4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4F6; }

 p { color: rgb(175,244,246); }

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

background-color css

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

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

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

border-color css

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

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

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