Html Css Color HEX #25EFD5 Turquoise

📋 copy color: '#25EFD5'

red 37 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #25EFD5

Tints of Turquoise #25EFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.88%

 BLUE value IS 213 (83.59% from 255) = 43.56%

R = 7.57%
G = 48.88%
B = 43.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#25EFD5 (or 0x25EFD5) is known color: Turquoise. HEX triplet: 25, EF and D5. RGB value is (37,239,213). Sum of RGB (Red+Green+Blue) = 37+239+213=489 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.57% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFD5 is #DA102A. Grayscale: #AFAFAF. Windows color (decimal): -14290987 or 14020389. OLE color: 14020389.

HSL color Cylindrical-coordinate representation of color #25EFD5: hue angle of 172.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFD5 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 239 213 -
CMYK 0.85 0 0.11 0.06
HSL 172.28º 0.86% 0.54% -
HSV(B) 172.28º 0.85% 0.94% -
XYZ 43.64 66.93 73.57 -
YUV 175.64 149.08 29.11 -
System Red Green Blue C M Y K H S L
Decimal 37 239 213 0.85 0 0.11 0.06 172.28 0.86 0.54
Hex 25 EF D5 55 0 B 6 AC 56 36
Octal 45 357 325 125 0 13 6 254 126 66
Binary 100101 11101111 11010101 1010101 0 1011 110 10101100 1010110 110110

Color Harmonies of #25EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFD5

Black with #25EFD5

Text Example


Text Example

White with #25EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,239,213); }

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

background-color css

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

 a { background-color: rgb(37,239,213); }

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

border-color css

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

 span { border-color: rgb(37,239,213); }

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