Html Css Color HEX #25D9CA Turquoise

📋 copy color: '#25D9CA'

red 37 ◦ green 217 ◦ blue 202

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

Shades of Turquoise #25D9CA

Tints of Turquoise #25D9CA

RGB

 RED value IS 37 (14.84% from 255) = 8.11%

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 8.11%
G = 47.59%
B = 44.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#25D9CA (or 0x25D9CA) is known color: Turquoise. HEX triplet: 25, D9 and CA. RGB value is (37,217,202). Sum of RGB (Red+Green+Blue) = 37+217+202=456 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.11% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #25D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D9CA is #DA2635. Grayscale: #A1A1A1. Windows color (decimal): -14296630 or 13293861. OLE color: 13293861.

HSL color Cylindrical-coordinate representation of color #25D9CA: hue angle of 175º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D9CA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 202 -
CMYK 0.83 0 0.07 0.15
HSL 175º 0.71% 0.5% -
HSV(B) 175º 0.83% 0.85% -
XYZ 36.24 54.28 64.44 -
YUV 161.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 37 217 202 0.83 0 0.07 0.15 175 0.71 0.5
Hex 25 D9 CA 53 0 7 F AF 47 32
Octal 45 331 312 123 0 7 17 257 107 62
Binary 100101 11011001 11001010 1010011 0 111 1111 10101111 1000111 110010

Color Harmonies of #25D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D9CA

Black with #25D9CA

Text Example


Text Example

White with #25D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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