Html Css Color HEX #AFF3F0 Pale Turquoise

📋 copy color: '#AFF3F0'

red 175 ◦ green 243 ◦ blue 240

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

Shades of Pale Turquoise #AFF3F0

Tints of Pale Turquoise #AFF3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.47%

R = 26.6%
G = 36.93%
B = 36.47%

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

#AFF3F0 (or 0xAFF3F0) is known color: Pale Turquoise. HEX triplet: AF, F3 and F0. RGB value is (175,243,240). Sum of RGB (Red+Green+Blue) = 175+243+240=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3F0 is #500C0F. Grayscale: #DEDEDE. Windows color (decimal): -5245968 or 15791023. OLE color: 15791023.

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

Color convert

RGB 175 243 240 -
CMYK 0.28 0 0.01 0.05
HSL 177.35º 0.74% 0.82% -
HSV(B) 177.35º 0.28% 0.95% -
XYZ 65.46 79.51 94.33 -
YUV 222.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 175 243 240 0.28 0 0.01 0.05 177.35 0.74 0.82
Hex AF F3 F0 1C 0 1 5 B1 4A 52
Octal 257 363 360 34 0 1 5 261 112 122
Binary 10101111 11110011 11110000 11100 0 1 101 10110001 1001010 1010010

Color Harmonies of #AFF3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3F0

Black with #AFF3F0

Text Example


Text Example

White with #AFF3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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