Html Css Color HEX #AFF6F1 Pale Turquoise

📋 copy color: '#AFF6F1'

red 175 ◦ green 246 ◦ blue 241

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

Shades of Pale Turquoise #AFF6F1

Tints of Pale Turquoise #AFF6F1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.16%

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 26.44%
G = 37.16%
B = 36.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#AFF6F1 (or 0xAFF6F1) is known color: Pale Turquoise. HEX triplet: AF, F6 and F1. RGB value is (175,246,241). Sum of RGB (Red+Green+Blue) = 175+246+241=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6F1 is #50090E. Grayscale: #E0E0E0. Windows color (decimal): -5245199 or 15857327. OLE color: 15857327.

HSL color Cylindrical-coordinate representation of color #AFF6F1: hue angle of 175.77º 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 #AFF6F1 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 241 -
CMYK 0.29 0 0.02 0.04
HSL 175.77º 0.8% 0.83% -
HSV(B) 175.77º 0.29% 0.96% -
XYZ 66.51 81.38 95.42 -
YUV 224.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 175 246 241 0.29 0 0.02 0.04 175.77 0.8 0.83
Hex AF F6 F1 1D 0 2 4 B0 50 53
Octal 257 366 361 35 0 2 4 260 120 123
Binary 10101111 11110110 11110001 11101 0 10 100 10110000 1010000 1010011

Color Harmonies of #AFF6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6F1

Black with #AFF6F1

Text Example


Text Example

White with #AFF6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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