#25CCCA

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

Shades of Turquoise #25CCCA

Tints of Turquoise #25CCCA

Color information

#25CCCA (or 0x25CCCA) is unknown color: approx Turquoise. HEX triplet: 25, CC and CA. RGB value is (37,204,202). Sum of RGB (Red+Green+Blue) = 37+204+202=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #25CCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCCA is #DA3335. Grayscale: #999999. Windows color (decimal): -14299958 or 13290533. OLE color: 13290533.

HSL color Cylindrical-coordinate representation of color #25CCCA: hue angle of 179.28º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CCCA is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB37204202-
CMYK0.8200.010.2
HSL179.28º69.29%47.25%-
HSV(B)179.28º81.86%80%-
XYZ33.0247.8463.37-
YUV153.84155.1744.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.35%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=8.35%
G=46.05%
B=45.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal372042020.8200.010.2179.2869.2947.25
Hex25CCCA520114b3452f
Octal45314312122012426310557
Binary100101110011001100101010100100110100101100111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,204,202); }

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

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

 a { background-color: rgb(37,204,202); }

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

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

 span { border-color: rgb(37,204,202); }

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