Html Css Color HEX #AFEDED Pale Turquoise

📋 copy color: '#AFEDED'

red 175 ◦ green 237 ◦ blue 237

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

Shades of Pale Turquoise #AFEDED

Tints of Pale Turquoise #AFEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 26.96%
G = 36.52%
B = 36.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFEDED (or 0xAFEDED) is known color: Pale Turquoise. HEX triplet: AF, ED and ED. RGB value is (175,237,237). Sum of RGB (Red+Green+Blue) = 175+237+237=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #AFEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDED is #501212. Grayscale: #DADADA. Windows color (decimal): -5247507 or 15592879. OLE color: 15592879.

HSL color Cylindrical-coordinate representation of color #AFEDED: hue angle of 180º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDED is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 237 -
CMYK 0.26 0 0 0.07
HSL 180º 0.63% 0.81% -
HSV(B) 180º 0.26% 0.93% -
XYZ 63.25 75.8 91.42 -
YUV 218.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 175 237 237 0.26 0 0 0.07 180 0.63 0.81
Hex AF ED ED 1A 0 0 7 B4 3F 51
Octal 257 355 355 32 0 0 7 264 77 121
Binary 10101111 11101101 11101101 11010 0 0 111 10110100 111111 1010001

Color Harmonies of #AFEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDED

Black with #AFEDED

Text Example


Text Example

White with #AFEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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