Html Css Color HEX #AFEDFD Pale Turquoise

📋 copy color: '#AFEDFD'

red 175 ◦ green 237 ◦ blue 253

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

Shades of Pale Turquoise #AFEDFD

Tints of Pale Turquoise #AFEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.05%

R = 26.32%
G = 35.64%
B = 38.05%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFEDFD (or 0xAFEDFD) is known color: Pale Turquoise. HEX triplet: AF, ED and FD. RGB value is (175,237,253). Sum of RGB (Red+Green+Blue) = 175+237+253=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDFD is #501202. Grayscale: #DCDCDC. Windows color (decimal): -5247491 or 16641455. OLE color: 16641455.

HSL color Cylindrical-coordinate representation of color #AFEDFD: hue angle of 192.31º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEDFD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 237 253 -
CMYK 0.31 0.06 0 0.01
HSL 192.31º 0.95% 0.84% -
HSV(B) 192.31º 0.31% 0.99% -
XYZ 65.69 76.77 104.29 -
YUV 220.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 175 237 253 0.31 0.06 0 0.01 192.31 0.95 0.84
Hex AF ED FD 1F 6 0 1 C0 5F 54
Octal 257 355 375 37 6 0 1 300 137 124
Binary 10101111 11101101 11111101 11111 110 0 1 11000000 1011111 1010100

Color Harmonies of #AFEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDFD

Black with #AFEDFD

Text Example


Text Example

White with #AFEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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