Html Css Color HEX #25E8DF Bright Turquoise

📋 copy color: '#25E8DF'

red 37 ◦ green 232 ◦ blue 223

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

Shades of Bright Turquoise #25E8DF

Tints of Bright Turquoise #25E8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 7.52%
G = 47.15%
B = 45.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#25E8DF (or 0x25E8DF) is known color: Bright Turquoise. HEX triplet: 25, E8 and DF. RGB value is (37,232,223). Sum of RGB (Red+Green+Blue) = 37+232+223=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #25E8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E8DF is #DA1720. Grayscale: #ACACAC. Windows color (decimal): -14292769 or 14673957. OLE color: 14673957.

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

Color convert

RGB 37 232 223 -
CMYK 0.84 0 0.04 0.09
HSL 177.23º 0.81% 0.53% -
HSV(B) 177.23º 0.84% 0.91% -
XYZ 42.94 63.43 79.79 -
YUV 172.67 156.4 31.23 -
System Red Green Blue C M Y K H S L
Decimal 37 232 223 0.84 0 0.04 0.09 177.23 0.81 0.53
Hex 25 E8 DF 54 0 4 9 B1 51 35
Octal 45 350 337 124 0 4 11 261 121 65
Binary 100101 11101000 11011111 1010100 0 100 1001 10110001 1010001 110101

Color Harmonies of #25E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E8DF

Black with #25E8DF

Text Example


Text Example

White with #25E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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