Html Css Color HEX #25E8DD Bright Turquoise

📋 copy color: '#25E8DD'

red 37 ◦ green 232 ◦ blue 221

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

Shades of Bright Turquoise #25E8DD

Tints of Bright Turquoise #25E8DD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.35%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 7.55%
G = 47.35%
B = 45.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#25E8DD (or 0x25E8DD) is known color: Bright Turquoise. HEX triplet: 25, E8 and DD. RGB value is (37,232,221). Sum of RGB (Red+Green+Blue) = 37+232+221=490 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.55% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #25E8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E8DD is #DA1722. Grayscale: #ACACAC. Windows color (decimal): -14292771 or 14542885. OLE color: 14542885.

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

Color convert

RGB 37 232 221 -
CMYK 0.84 0 0.05 0.09
HSL 176.62º 0.81% 0.53% -
HSV(B) 176.62º 0.84% 0.91% -
XYZ 42.67 63.33 78.38 -
YUV 172.44 155.4 31.39 -
System Red Green Blue C M Y K H S L
Decimal 37 232 221 0.84 0 0.05 0.09 176.62 0.81 0.53
Hex 25 E8 DD 54 0 5 9 B1 51 35
Octal 45 350 335 124 0 5 11 261 121 65
Binary 100101 11101000 11011101 1010100 0 101 1001 10110001 1010001 110101

Color Harmonies of #25E8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E8DD

Black with #25E8DD

Text Example


Text Example

White with #25E8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,232,221); }

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

background-color css

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

 a { background-color: rgb(37,232,221); }

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

border-color css

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

 span { border-color: rgb(37,232,221); }

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