Html Css Color HEX #AFF6F2 Pale Turquoise

📋 copy color: '#AFF6F2'

red 175 ◦ green 246 ◦ blue 242

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

Shades of Pale Turquoise #AFF6F2

Tints of Pale Turquoise #AFF6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.5%

R = 26.4%
G = 37.1%
B = 36.5%

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

#AFF6F2 (or 0xAFF6F2) is known color: Pale Turquoise. HEX triplet: AF, F6 and F2. RGB value is (175,246,242). Sum of RGB (Red+Green+Blue) = 175+246+242=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6F2 is #50090D. Grayscale: #E0E0E0. Windows color (decimal): -5245198 or 15922863. OLE color: 15922863.

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

Color convert

RGB 175 246 242 -
CMYK 0.29 0 0.02 0.04
HSL 176.62º 0.8% 0.83% -
HSV(B) 176.62º 0.29% 0.96% -
XYZ 66.66 81.44 96.21 -
YUV 224.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 175 246 242 0.29 0 0.02 0.04 176.62 0.8 0.83
Hex AF F6 F2 1D 0 2 4 B1 50 53
Octal 257 366 362 35 0 2 4 261 120 123
Binary 10101111 11110110 11110010 11101 0 10 100 10110001 1010000 1010011

Color Harmonies of #AFF6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6F2

Black with #AFF6F2

Text Example


Text Example

White with #AFF6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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