Html Css Color HEX #25E5DA Turquoise

📋 copy color: '#25E5DA'

red 37 ◦ green 229 ◦ blue 218

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

Shades of Turquoise #25E5DA

Tints of Turquoise #25E5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 7.64%
G = 47.31%
B = 45.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#25E5DA (or 0x25E5DA) is known color: Turquoise. HEX triplet: 25, E5 and DA. RGB value is (37,229,218). Sum of RGB (Red+Green+Blue) = 37+229+218=484 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.64% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #25E5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E5DA is #DA1A25. Grayscale: #AAAAAA. Windows color (decimal): -14293542 or 14345509. OLE color: 14345509.

HSL color Cylindrical-coordinate representation of color #25E5DA: hue angle of 176.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E5DA is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 229 218 -
CMYK 0.84 0 0.05 0.10
HSL 176.56º 0.79% 0.52% -
HSV(B) 176.56º 0.84% 0.9% -
XYZ 41.44 61.49 76.02 -
YUV 170.34 154.89 32.89 -
System Red Green Blue C M Y K H S L
Decimal 37 229 218 0.84 0 0.05 0.10 176.56 0.79 0.52
Hex 25 E5 DA 54 0 5 A B1 4F 34
Octal 45 345 332 124 0 5 12 261 117 64
Binary 100101 11100101 11011010 1010100 0 101 1010 10110001 1001111 110100

Color Harmonies of #25E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E5DA

Black with #25E5DA

Text Example


Text Example

White with #25E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,229,218); }

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

background-color css

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

 a { background-color: rgb(37,229,218); }

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

border-color css

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

 span { border-color: rgb(37,229,218); }

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