#25EAD3

Color #25EAD3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #25EAD3

Tints of Turquoise #25EAD3

Color information

#25EAD3 (or 0x25EAD3) is unknown color: approx Turquoise. HEX triplet: 25, EA and D3. RGB value is (37,234,211). Sum of RGB (Red+Green+Blue) = 37+234+211=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAD3 is #DA152C. Grayscale: #ACACAC. Windows color (decimal): -14292269 or 13888037. OLE color: 13888037.

HSL color Cylindrical-coordinate representation of color #25EAD3: hue angle of 172.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EAD3 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB37234211-
CMYK0.8400.100.08
HSL172.99º82.43%53.14%-
HSV(B)172.99º84.19%91.76%-
XYZ41.9463.9471.76-
YUV172.48149.7331.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.68%
GREEN value IS 234 (91.80% from 255) = 48.55%
BLUE value IS 211 (82.81% from 255) = 43.78%
R=7.68%
G=48.55%
B=43.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal372342110.8400.100.08172.9982.4353.14
Hex25EAD3540A8ad5235
Octal453523231240121025512265
Binary10010111101010110100111010100010101000101011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25EAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25EAD3; }

 p { color: rgb(37,234,211); }

 H1.HeaderClassName
 {
   color: #25EAD3;
 }
 .AnyTagClassName
 {
   color: #25EAD3;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25EAD3;
 }
 .BgClassName
 {
   background-color: #25EAD3;
 }
</style>
border-color css

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

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

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