Html Css Color HEX #25ECDB Bright Turquoise

📋 copy color: '#25ECDB'

red 37 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #25ECDB

Tints of Bright Turquoise #25ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 7.52%
G = 47.97%
B = 44.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#25ECDB (or 0x25ECDB) is known color: Bright Turquoise. HEX triplet: 25, EC and DB. RGB value is (37,236,219). Sum of RGB (Red+Green+Blue) = 37+236+219=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECDB is #DA1324. Grayscale: #AEAEAE. Windows color (decimal): -14291749 or 14412837. OLE color: 14412837.

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

Color convert

RGB 37 236 219 -
CMYK 0.84 0 0.07 0.07
HSL 174.87º 0.84% 0.54% -
HSV(B) 174.87º 0.84% 0.93% -
XYZ 43.54 65.5 77.37 -
YUV 174.56 153.07 29.88 -
System Red Green Blue C M Y K H S L
Decimal 37 236 219 0.84 0 0.07 0.07 174.87 0.84 0.54
Hex 25 EC DB 54 0 7 7 AF 54 36
Octal 45 354 333 124 0 7 7 257 124 66
Binary 100101 11101100 11011011 1010100 0 111 111 10101111 1010100 110110

Color Harmonies of #25ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECDB

Black with #25ECDB

Text Example


Text Example

White with #25ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,236,219); }

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

background-color css

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

 a { background-color: rgb(37,236,219); }

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

border-color css

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

 span { border-color: rgb(37,236,219); }

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