Html Css Color HEX #AFEDF3 Pale Turquoise

📋 copy color: '#AFEDF3'

red 175 ◦ green 237 ◦ blue 243

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

Shades of Pale Turquoise #AFEDF3

Tints of Pale Turquoise #AFEDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.18%

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

R = 26.72%
G = 36.18%
B = 37.1%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFEDF3 (or 0xAFEDF3) is known color: Pale Turquoise. HEX triplet: AF, ED and F3. RGB value is (175,237,243). Sum of RGB (Red+Green+Blue) = 175+237+243=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFEDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF3 is #50120C. Grayscale: #DBDBDB. Windows color (decimal): -5247501 or 15986095. OLE color: 15986095.

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

Color convert

RGB 175 237 243 -
CMYK 0.28 0.02 0 0.05
HSL 185.29º 0.74% 0.82% -
HSV(B) 185.29º 0.28% 0.95% -
XYZ 64.14 76.15 96.11 -
YUV 219.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 175 237 243 0.28 0.02 0 0.05 185.29 0.74 0.82
Hex AF ED F3 1C 2 0 5 B9 4A 52
Octal 257 355 363 34 2 0 5 271 112 122
Binary 10101111 11101101 11110011 11100 10 0 101 10111001 1001010 1010010

Color Harmonies of #AFEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDF3

Black with #AFEDF3

Text Example


Text Example

White with #AFEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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