Html Css Color HEX #AFF7F3 Pale Turquoise

📋 copy color: '#AFF7F3'

red 175 ◦ green 247 ◦ blue 243

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

Shades of Pale Turquoise #AFF7F3

Tints of Pale Turquoise #AFF7F3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.14%

 BLUE value IS 243 (95.31% from 255) = 36.54%

R = 26.32%
G = 37.14%
B = 36.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#AFF7F3 (or 0xAFF7F3) is known color: Pale Turquoise. HEX triplet: AF, F7 and F3. RGB value is (175,247,243). Sum of RGB (Red+Green+Blue) = 175+247+243=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7F3 is #50080C. Grayscale: #E0E0E0. Windows color (decimal): -5244941 or 15988655. OLE color: 15988655.

HSL color Cylindrical-coordinate representation of color #AFF7F3: hue angle of 176.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7F3 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 243 -
CMYK 0.29 0 0.02 0.03
HSL 176.67º 0.82% 0.83% -
HSV(B) 176.67º 0.29% 0.97% -
XYZ 67.12 82.11 97.1 -
YUV 225.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 175 247 243 0.29 0 0.02 0.03 176.67 0.82 0.83
Hex AF F7 F3 1D 0 2 3 B1 52 53
Octal 257 367 363 35 0 2 3 261 122 123
Binary 10101111 11110111 11110011 11101 0 10 11 10110001 1010010 1010011

Color Harmonies of #AFF7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7F3

Black with #AFF7F3

Text Example


Text Example

White with #AFF7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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