Html Css Color HEX #AFEEF3 Pale Turquoise

📋 copy color: '#AFEEF3'

red 175 ◦ green 238 ◦ blue 243

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

Shades of Pale Turquoise #AFEEF3

Tints of Pale Turquoise #AFEEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.04%

R = 26.68%
G = 36.28%
B = 37.04%

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

#AFEEF3 (or 0xAFEEF3) is known color: Pale Turquoise. HEX triplet: AF, EE and F3. RGB value is (175,238,243). Sum of RGB (Red+Green+Blue) = 175+238+243=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEF3 is #50110C. Grayscale: #DBDBDB. Windows color (decimal): -5247245 or 15986351. OLE color: 15986351.

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

Color convert

RGB 175 238 243 -
CMYK 0.28 0.02 0 0.05
HSL 184.41º 0.74% 0.82% -
HSV(B) 184.41º 0.28% 0.95% -
XYZ 64.43 76.73 96.21 -
YUV 219.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 175 238 243 0.28 0.02 0 0.05 184.41 0.74 0.82
Hex AF EE F3 1C 2 0 5 B8 4A 52
Octal 257 356 363 34 2 0 5 270 112 122
Binary 10101111 11101110 11110011 11100 10 0 101 10111000 1001010 1010010

Color Harmonies of #AFEEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEF3

Black with #AFEEF3

Text Example


Text Example

White with #AFEEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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