Html Css Color HEX #AFEAEA Pale Turquoise

📋 copy color: '#AFEAEA'

red 175 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #AFEAEA

Tints of Pale Turquoise #AFEAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.39%

 BLUE value IS 234 (91.8% from 255) = 36.39%

R = 27.22%
G = 36.39%
B = 36.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFEAEA (or 0xAFEAEA) is known color: Pale Turquoise. HEX triplet: AF, EA and EA. RGB value is (175,234,234). Sum of RGB (Red+Green+Blue) = 175+234+234=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #AFEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAEA is #501515. Grayscale: #D8D8D8. Windows color (decimal): -5248278 or 15395503. OLE color: 15395503.

HSL color Cylindrical-coordinate representation of color #AFEAEA: hue angle of 180º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAEA is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 234 -
CMYK 0.25 0 0 0.08
HSL 180º 0.58% 0.8% -
HSV(B) 180º 0.25% 0.92% -
XYZ 61.95 73.9 88.84 -
YUV 216.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 175 234 234 0.25 0 0 0.08 180 0.58 0.8
Hex AF EA EA 19 0 0 8 B4 3A 50
Octal 257 352 352 31 0 0 10 264 72 120
Binary 10101111 11101010 11101010 11001 0 0 1000 10110100 111010 1010000

Color Harmonies of #AFEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAEA

Black with #AFEAEA

Text Example


Text Example

White with #AFEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAEA; }

 p { color: rgb(175,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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