Html Css Color HEX #25E1DF Bright Turquoise

📋 copy color: '#25E1DF'

red 37 ◦ green 225 ◦ blue 223

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

Shades of Bright Turquoise #25E1DF

Tints of Bright Turquoise #25E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.39%

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

R = 7.63%
G = 46.39%
B = 45.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#25E1DF (or 0x25E1DF) is known color: Bright Turquoise. HEX triplet: 25, E1 and DF. RGB value is (37,225,223). Sum of RGB (Red+Green+Blue) = 37+225+223=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #25E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E1DF is #DA1E20. Grayscale: #A8A8A8. Windows color (decimal): -14294561 or 14672165. OLE color: 14672165.

HSL color Cylindrical-coordinate representation of color #25E1DF: hue angle of 179.36º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E1DF is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 223 -
CMYK 0.84 0 0.01 0.12
HSL 179.36º 0.76% 0.51% -
HSV(B) 179.36º 0.84% 0.88% -
XYZ 41.01 59.57 79.15 -
YUV 168.56 158.72 34.16 -
System Red Green Blue C M Y K H S L
Decimal 37 225 223 0.84 0 0.01 0.12 179.36 0.76 0.51
Hex 25 E1 DF 54 0 1 C B3 4C 33
Octal 45 341 337 124 0 1 14 263 114 63
Binary 100101 11100001 11011111 1010100 0 1 1100 10110011 1001100 110011

Color Harmonies of #25E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E1DF

Black with #25E1DF

Text Example


Text Example

White with #25E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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