Html Css Color HEX #AFEEFA Pale Turquoise

📋 copy color: '#AFEEFA'

red 175 ◦ green 238 ◦ blue 250

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

Shades of Pale Turquoise #AFEEFA

Tints of Pale Turquoise #AFEEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 26.4%
G = 35.9%
B = 37.71%

CMYK

 C value IS 0.3

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFEEFA (or 0xAFEEFA) is known color: Pale Turquoise. HEX triplet: AF, EE and FA. RGB value is (175,238,250). Sum of RGB (Red+Green+Blue) = 175+238+250=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEFA is #501105. Grayscale: #DCDCDC. Windows color (decimal): -5247238 or 16445103. OLE color: 16445103.

HSL color Cylindrical-coordinate representation of color #AFEEFA: hue angle of 189.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEEFA is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 238 250 -
CMYK 0.3 0.05 0 0.02
HSL 189.6º 0.88% 0.83% -
HSV(B) 189.6º 0.3% 0.98% -
XYZ 65.51 77.17 101.88 -
YUV 220.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 175 238 250 0.3 0.05 0 0.02 189.6 0.88 0.83
Hex AF EE FA 1E 5 0 2 BE 58 53
Octal 257 356 372 36 5 0 2 276 130 123
Binary 10101111 11101110 11111010 11110 101 0 10 10111110 1011000 1010011

Color Harmonies of #AFEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEFA

Black with #AFEEFA

Text Example


Text Example

White with #AFEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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