Html Css Color HEX #25E9DB Bright Turquoise

📋 copy color: '#25E9DB'

red 37 ◦ green 233 ◦ blue 219

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

Shades of Bright Turquoise #25E9DB

Tints of Bright Turquoise #25E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.65%

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

R = 7.57%
G = 47.65%
B = 44.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#25E9DB (or 0x25E9DB) is known color: Bright Turquoise. HEX triplet: 25, E9 and DB. RGB value is (37,233,219). Sum of RGB (Red+Green+Blue) = 37+233+219=489 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.57% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #25E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E9DB is #DA1624. Grayscale: #ACACAC. Windows color (decimal): -14292517 or 14412069. OLE color: 14412069.

HSL color Cylindrical-coordinate representation of color #25E9DB: hue angle of 175.71º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E9DB is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 233 219 -
CMYK 0.84 0 0.06 0.09
HSL 175.71º 0.82% 0.53% -
HSV(B) 175.71º 0.84% 0.91% -
XYZ 42.69 63.79 77.08 -
YUV 172.8 154.07 31.14 -
System Red Green Blue C M Y K H S L
Decimal 37 233 219 0.84 0 0.06 0.09 175.71 0.82 0.53
Hex 25 E9 DB 54 0 6 9 B0 52 35
Octal 45 351 333 124 0 6 11 260 122 65
Binary 100101 11101001 11011011 1010100 0 110 1001 10110000 1010010 110101

Color Harmonies of #25E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E9DB

Black with #25E9DB

Text Example


Text Example

White with #25E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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