Html Css Color HEX #AFF3F6 Pale Turquoise

📋 copy color: '#AFF3F6'

red 175 ◦ green 243 ◦ blue 246

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

Shades of Pale Turquoise #AFF3F6

Tints of Pale Turquoise #AFF3F6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.6%

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

R = 26.36%
G = 36.6%
B = 37.05%

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

#AFF3F6 (or 0xAFF3F6) is known color: Pale Turquoise. HEX triplet: AF, F3 and F6. RGB value is (175,243,246). Sum of RGB (Red+Green+Blue) = 175+243+246=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF3F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3F6 is #500C09. Grayscale: #DEDEDE. Windows color (decimal): -5245962 or 16184239. OLE color: 16184239.

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

Color convert

RGB 175 243 246 -
CMYK 0.29 0.01 0 0.04
HSL 182.54º 0.8% 0.83% -
HSV(B) 182.54º 0.29% 0.96% -
XYZ 66.36 79.87 99.11 -
YUV 223.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 175 243 246 0.29 0.01 0 0.04 182.54 0.8 0.83
Hex AF F3 F6 1D 1 0 4 B7 50 53
Octal 257 363 366 35 1 0 4 267 120 123
Binary 10101111 11110011 11110110 11101 1 0 100 10110111 1010000 1010011

Color Harmonies of #AFF3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3F6

Black with #AFF3F6

Text Example


Text Example

White with #AFF3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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