Html Css Color HEX #25E4DE Bright Turquoise

📋 copy color: '#25E4DE'

red 37 ◦ green 228 ◦ blue 222

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

Shades of Bright Turquoise #25E4DE

Tints of Bright Turquoise #25E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 7.6%
G = 46.82%
B = 45.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#25E4DE (or 0x25E4DE) is known color: Bright Turquoise. HEX triplet: 25, E4 and DE. RGB value is (37,228,222). Sum of RGB (Red+Green+Blue) = 37+228+222=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #25E4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E4DE is #DA1B21. Grayscale: #AAAAAA. Windows color (decimal): -14293794 or 14607397. OLE color: 14607397.

HSL color Cylindrical-coordinate representation of color #25E4DE: hue angle of 178.12º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E4DE is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 228 222 -
CMYK 0.84 0 0.03 0.11
HSL 178.12º 0.78% 0.52% -
HSV(B) 178.12º 0.84% 0.89% -
XYZ 41.69 61.15 78.71 -
YUV 170.21 157.22 32.99 -
System Red Green Blue C M Y K H S L
Decimal 37 228 222 0.84 0 0.03 0.11 178.12 0.78 0.52
Hex 25 E4 DE 54 0 3 B B2 4E 34
Octal 45 344 336 124 0 3 13 262 116 64
Binary 100101 11100100 11011110 1010100 0 11 1011 10110010 1001110 110100

Color Harmonies of #25E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E4DE

Black with #25E4DE

Text Example


Text Example

White with #25E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,228,222); }

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

background-color css

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

 a { background-color: rgb(37,228,222); }

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

border-color css

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

 span { border-color: rgb(37,228,222); }

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