Html Css Color HEX #AFEDF2 Pale Turquoise

📋 copy color: '#AFEDF2'

red 175 ◦ green 237 ◦ blue 242

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

Shades of Pale Turquoise #AFEDF2

Tints of Pale Turquoise #AFEDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37%

R = 26.76%
G = 36.24%
B = 37%

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

#AFEDF2 (or 0xAFEDF2) is known color: Pale Turquoise. HEX triplet: AF, ED and F2. RGB value is (175,237,242). Sum of RGB (Red+Green+Blue) = 175+237+242=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF2 is #50120D. Grayscale: #DADADA. Windows color (decimal): -5247502 or 15920559. OLE color: 15920559.

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

Color convert

RGB 175 237 242 -
CMYK 0.28 0.02 0 0.05
HSL 184.48º 0.72% 0.82% -
HSV(B) 184.48º 0.28% 0.95% -
XYZ 63.99 76.09 95.32 -
YUV 219.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 175 237 242 0.28 0.02 0 0.05 184.48 0.72 0.82
Hex AF ED F2 1C 2 0 5 B8 48 52
Octal 257 355 362 34 2 0 5 270 110 122
Binary 10101111 11101101 11110010 11100 10 0 101 10111000 1001000 1010010

Color Harmonies of #AFEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDF2

Black with #AFEDF2

Text Example


Text Example

White with #AFEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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