Html Css Color HEX #25E9CE Turquoise

📋 copy color: '#25E9CE'

red 37 ◦ green 233 ◦ blue 206

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

Shades of Turquoise #25E9CE

Tints of Turquoise #25E9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 7.77%
G = 48.95%
B = 43.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#25E9CE (or 0x25E9CE) is known color: Turquoise. HEX triplet: 25, E9 and CE. RGB value is (37,233,206). Sum of RGB (Red+Green+Blue) = 37+233+206=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #25E9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E9CE is #DA1631. Grayscale: #ABABAB. Windows color (decimal): -14292530 or 13560101. OLE color: 13560101.

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

Color convert

RGB 37 233 206 -
CMYK 0.84 0 0.12 0.09
HSL 171.73º 0.82% 0.53% -
HSV(B) 171.73º 0.84% 0.91% -
XYZ 41.04 63.13 68.41 -
YUV 171.32 147.57 32.2 -
System Red Green Blue C M Y K H S L
Decimal 37 233 206 0.84 0 0.12 0.09 171.73 0.82 0.53
Hex 25 E9 CE 54 0 C 9 AC 52 35
Octal 45 351 316 124 0 14 11 254 122 65
Binary 100101 11101001 11001110 1010100 0 1100 1001 10101100 1010010 110101

Color Harmonies of #25E9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E9CE

Black with #25E9CE

Text Example


Text Example

White with #25E9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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