Html Css Color HEX #AFEDF1 Pale Turquoise

📋 copy color: '#AFEDF1'

red 175 ◦ green 237 ◦ blue 241

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

Shades of Pale Turquoise #AFEDF1

Tints of Pale Turquoise #AFEDF1

RGB

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

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

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

R = 26.8%
G = 36.29%
B = 36.91%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFEDF1 (or 0xAFEDF1) is known color: Pale Turquoise. HEX triplet: AF, ED and F1. RGB value is (175,237,241). Sum of RGB (Red+Green+Blue) = 175+237+241=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFEDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF1 is #50120E. Grayscale: #DADADA. Windows color (decimal): -5247503 or 15855023. OLE color: 15855023.

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

Color convert

RGB 175 237 241 -
CMYK 0.27 0.02 0 0.05
HSL 183.64º 0.7% 0.82% -
HSV(B) 183.64º 0.27% 0.95% -
XYZ 63.84 76.03 94.53 -
YUV 218.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 175 237 241 0.27 0.02 0 0.05 183.64 0.7 0.82
Hex AF ED F1 1B 2 0 5 B8 46 52
Octal 257 355 361 33 2 0 5 270 106 122
Binary 10101111 11101101 11110001 11011 10 0 101 10111000 1000110 1010010

Color Harmonies of #AFEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDF1

Black with #AFEDF1

Text Example


Text Example

White with #AFEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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