Html Css Color HEX #25EDCD Turquoise

📋 copy color: '#25EDCD'

red 37 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #25EDCD

Tints of Turquoise #25EDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 7.72%
G = 49.48%
B = 42.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#25EDCD (or 0x25EDCD) is known color: Turquoise. HEX triplet: 25, ED and CD. RGB value is (37,237,205). Sum of RGB (Red+Green+Blue) = 37+237+205=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #25EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EDCD is #DA1232. Grayscale: #ADADAD. Windows color (decimal): -14291507 or 13495589. OLE color: 13495589.

HSL color Cylindrical-coordinate representation of color #25EDCD: hue angle of 170.4º 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 #25EDCD is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 237 205 -
CMYK 0.84 0 0.14 0.07
HSL 170.4º 0.85% 0.54% -
HSV(B) 170.4º 0.84% 0.93% -
XYZ 42.07 65.37 68.16 -
YUV 173.55 145.74 30.6 -
System Red Green Blue C M Y K H S L
Decimal 37 237 205 0.84 0 0.14 0.07 170.4 0.85 0.54
Hex 25 ED CD 54 0 E 7 AA 55 36
Octal 45 355 315 124 0 16 7 252 125 66
Binary 100101 11101101 11001101 1010100 0 1110 111 10101010 1010101 110110

Color Harmonies of #25EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDCD

Black with #25EDCD

Text Example


Text Example

White with #25EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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