#25CCCB

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

Shades of Turquoise #25CCCB

Tints of Turquoise #25CCCB

Color information

#25CCCB (or 0x25CCCB) is unknown color: approx Turquoise. HEX triplet: 25, CC and CB. RGB value is (37,204,203). Sum of RGB (Red+Green+Blue) = 37+204+203=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #25CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCCB is #DA3334. Grayscale: #999999. Windows color (decimal): -14299957 or 13356069. OLE color: 13356069.

HSL color Cylindrical-coordinate representation of color #25CCCB: hue angle of 179.64º 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 #25CCCB is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB37204203-
CMYK0.8200.000.2
HSL179.64º69.29%47.25%-
HSV(B)179.64º81.86%80%-
XYZ33.1447.8964-
YUV153.95155.6744.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.33%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=8.33%
G=45.95%
B=45.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal372042030.8200.000.2179.6469.2947.25
Hex25CCCB520014b4452f
Octal45314313122002426410557
Binary100101110011001100101110100100010100101101001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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