Html Css Color HEX #AFEEFE Pale Turquoise

📋 copy color: '#AFEEFE'

red 175 ◦ green 238 ◦ blue 254

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

Shades of Pale Turquoise #AFEEFE

Tints of Pale Turquoise #AFEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.68%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 26.24%
G = 35.68%
B = 38.08%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFEEFE (or 0xAFEEFE) is known color: Pale Turquoise. HEX triplet: AF, EE and FE. RGB value is (175,238,254). Sum of RGB (Red+Green+Blue) = 175+238+254=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEFE is #501101. Grayscale: #DCDCDC. Windows color (decimal): -5247234 or 16707247. OLE color: 16707247.

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

Color convert

RGB 175 238 254 -
CMYK 0.31 0.06 0 0.00
HSL 192.15º 0.98% 0.84% -
HSV(B) 192.15º 0.31% 1% -
XYZ 66.14 77.42 105.22 -
YUV 220.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 175 238 254 0.31 0.06 0 0.00 192.15 0.98 0.84
Hex AF EE FE 1F 6 0 0 C0 62 54
Octal 257 356 376 37 6 0 0 300 142 124
Binary 10101111 11101110 11111110 11111 110 0 0 11000000 1100010 1010100

Color Harmonies of #AFEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEFE

Black with #AFEEFE

Text Example


Text Example

White with #AFEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEFE; }

 p { color: rgb(175,238,254); }

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

background-color css

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

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

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

border-color css

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

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

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