Html Css Color HEX #AFEDF0 Pale Turquoise

📋 copy color: '#AFEDF0'

red 175 ◦ green 237 ◦ blue 240

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

Shades of Pale Turquoise #AFEDF0

Tints of Pale Turquoise #AFEDF0

RGB

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

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

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

R = 26.84%
G = 36.35%
B = 36.81%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFEDF0 (or 0xAFEDF0) is known color: Pale Turquoise. HEX triplet: AF, ED and F0. RGB value is (175,237,240). Sum of RGB (Red+Green+Blue) = 175+237+240=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFEDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF0 is #50120F. Grayscale: #DADADA. Windows color (decimal): -5247504 or 15789487. OLE color: 15789487.

HSL color Cylindrical-coordinate representation of color #AFEDF0: hue angle of 182.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEDF0 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 237 240 -
CMYK 0.27 0.01 0 0.06
HSL 182.77º 0.68% 0.81% -
HSV(B) 182.77º 0.27% 0.94% -
XYZ 63.69 75.97 93.75 -
YUV 218.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 175 237 240 0.27 0.01 0 0.06 182.77 0.68 0.81
Hex AF ED F0 1B 1 0 6 B7 44 51
Octal 257 355 360 33 1 0 6 267 104 121
Binary 10101111 11101101 11110000 11011 1 0 110 10110111 1000100 1010001

Color Harmonies of #AFEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDF0

Black with #AFEDF0

Text Example


Text Example

White with #AFEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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