Html Css Color HEX #AFF3F1 Pale Turquoise

📋 copy color: '#AFF3F1'

red 175 ◦ green 243 ◦ blue 241

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

Shades of Pale Turquoise #AFF3F1

Tints of Pale Turquoise #AFF3F1

RGB

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

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

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

R = 26.56%
G = 36.87%
B = 36.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#AFF3F1 (or 0xAFF3F1) is known color: Pale Turquoise. HEX triplet: AF, F3 and F1. RGB value is (175,243,241). Sum of RGB (Red+Green+Blue) = 175+243+241=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3F1 is #500C0E. Grayscale: #DEDEDE. Windows color (decimal): -5245967 or 15856559. OLE color: 15856559.

HSL color Cylindrical-coordinate representation of color #AFF3F1: hue angle of 178.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3F1 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 241 -
CMYK 0.28 0 0.01 0.05
HSL 178.24º 0.74% 0.82% -
HSV(B) 178.24º 0.28% 0.95% -
XYZ 65.61 79.57 95.12 -
YUV 222.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 175 243 241 0.28 0 0.01 0.05 178.24 0.74 0.82
Hex AF F3 F1 1C 0 1 5 B2 4A 52
Octal 257 363 361 34 0 1 5 262 112 122
Binary 10101111 11110011 11110001 11100 0 1 101 10110010 1001010 1010010

Color Harmonies of #AFF3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3F1

Black with #AFF3F1

Text Example


Text Example

White with #AFF3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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