Html Css Color HEX #AFEFF2 Pale Turquoise

📋 copy color: '#AFEFF2'

red 175 ◦ green 239 ◦ blue 242

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

Shades of Pale Turquoise #AFEFF2

Tints of Pale Turquoise #AFEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

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

R = 26.68%
G = 36.43%
B = 36.89%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFEFF2 (or 0xAFEFF2) is known color: Pale Turquoise. HEX triplet: AF, EF and F2. RGB value is (175,239,242). Sum of RGB (Red+Green+Blue) = 175+239+242=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFF2 is #50100D. Grayscale: #DCDCDC. Windows color (decimal): -5246990 or 15921071. OLE color: 15921071.

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

Color convert

RGB 175 239 242 -
CMYK 0.28 0.01 0 0.05
HSL 182.69º 0.72% 0.82% -
HSV(B) 182.69º 0.28% 0.95% -
XYZ 64.57 77.26 95.51 -
YUV 220.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 175 239 242 0.28 0.01 0 0.05 182.69 0.72 0.82
Hex AF EF F2 1C 1 0 5 B7 48 52
Octal 257 357 362 34 1 0 5 267 110 122
Binary 10101111 11101111 11110010 11100 1 0 101 10110111 1001000 1010010

Color Harmonies of #AFEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFF2

Black with #AFEFF2

Text Example


Text Example

White with #AFEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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