Html Css Color HEX #ADECEA Pale Turquoise

📋 copy color: '#ADECEA'

red 173 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #ADECEA

Tints of Pale Turquoise #ADECEA

RGB

 RED value IS 173 (67.97% from 255) = 26.91%

 GREEN value IS 236 (92.58% from 255) = 36.7%

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

R = 26.91%
G = 36.7%
B = 36.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ADECEA (or 0xADECEA) is known color: Pale Turquoise. HEX triplet: AD, EC and EA. RGB value is (173,236,234). Sum of RGB (Red+Green+Blue) = 173+236+234=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECEA is #521315. Grayscale: #D8D8D8. Windows color (decimal): -5378838 or 15396013. OLE color: 15396013.

HSL color Cylindrical-coordinate representation of color #ADECEA: hue angle of 178.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECEA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 236 234 -
CMYK 0.27 0 0.01 0.07
HSL 178.1º 0.62% 0.8% -
HSV(B) 178.1º 0.27% 0.93% -
XYZ 62.08 74.82 89.01 -
YUV 216.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 173 236 234 0.27 0 0.01 0.07 178.1 0.62 0.8
Hex AD EC EA 1B 0 1 7 B2 3E 50
Octal 255 354 352 33 0 1 7 262 76 120
Binary 10101101 11101100 11101010 11011 0 1 111 10110010 111110 1010000

Color Harmonies of #ADECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECEA

Black with #ADECEA

Text Example


Text Example

White with #ADECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECEA; }

 p { color: rgb(173,236,234); }

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

background-color css

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

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

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

border-color css

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

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

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