Html Css Color HEX #25EDD5 Turquoise

📋 copy color: '#25EDD5'

red 37 ◦ green 237 ◦ blue 213

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

Shades of Turquoise #25EDD5

Tints of Turquoise #25EDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.67%

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

R = 7.6%
G = 48.67%
B = 43.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#25EDD5 (or 0x25EDD5) is known color: Turquoise. HEX triplet: 25, ED and D5. RGB value is (37,237,213). Sum of RGB (Red+Green+Blue) = 37+237+213=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #25EDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EDD5 is #DA122A. Grayscale: #AEAEAE. Windows color (decimal): -14291499 or 14019877. OLE color: 14019877.

HSL color Cylindrical-coordinate representation of color #25EDD5: hue angle of 172.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EDD5 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 237 213 -
CMYK 0.84 0 0.10 0.07
HSL 172.8º 0.85% 0.54% -
HSV(B) 172.8º 0.84% 0.93% -
XYZ 43.06 65.77 73.38 -
YUV 174.46 149.74 29.95 -
System Red Green Blue C M Y K H S L
Decimal 37 237 213 0.84 0 0.10 0.07 172.8 0.85 0.54
Hex 25 ED D5 54 0 A 7 AD 55 36
Octal 45 355 325 124 0 12 7 255 125 66
Binary 100101 11101101 11010101 1010100 0 1010 111 10101101 1010101 110110

Color Harmonies of #25EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDD5

Black with #25EDD5

Text Example


Text Example

White with #25EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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