Html Css Color HEX #25E1D0 Turquoise

📋 copy color: '#25E1D0'

red 37 ◦ green 225 ◦ blue 208

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

Shades of Turquoise #25E1D0

Tints of Turquoise #25E1D0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.87%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 7.87%
G = 47.87%
B = 44.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#25E1D0 (or 0x25E1D0) is known color: Turquoise. HEX triplet: 25, E1 and D0. RGB value is (37,225,208). Sum of RGB (Red+Green+Blue) = 37+225+208=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #25E1D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E1D0 is #DA1E2F. Grayscale: #A6A6A6. Windows color (decimal): -14294576 or 13689125. OLE color: 13689125.

HSL color Cylindrical-coordinate representation of color #25E1D0: hue angle of 174.57º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E1D0 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 208 -
CMYK 0.84 0 0.08 0.12
HSL 174.57º 0.76% 0.51% -
HSV(B) 174.57º 0.84% 0.88% -
XYZ 39.07 58.8 68.96 -
YUV 166.85 151.22 35.38 -
System Red Green Blue C M Y K H S L
Decimal 37 225 208 0.84 0 0.08 0.12 174.57 0.76 0.51
Hex 25 E1 D0 54 0 8 C AF 4C 33
Octal 45 341 320 124 0 10 14 257 114 63
Binary 100101 11100001 11010000 1010100 0 1000 1100 10101111 1001100 110011

Color Harmonies of #25E1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E1D0

Black with #25E1D0

Text Example


Text Example

White with #25E1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,225,208); }

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

background-color css

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

 a { background-color: rgb(37,225,208); }

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

border-color css

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

 span { border-color: rgb(37,225,208); }

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