Html Css Color HEX #25FFCE Turquoise

📋 copy color: '#25FFCE'

red 37 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #25FFCE

Tints of Turquoise #25FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

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

R = 7.43%
G = 51.2%
B = 41.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#25FFCE (or 0x25FFCE) is known color: Turquoise. HEX triplet: 25, FF and CE. RGB value is (37,255,206). Sum of RGB (Red+Green+Blue) = 37+255+206=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFCE is #DA0031. Grayscale: #B8B8B8. Windows color (decimal): -14286898 or 13565733. OLE color: 13565733.

HSL color Cylindrical-coordinate representation of color #25FFCE: hue angle of 166.51º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFCE is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 37 255 206 -
CMYK 0.85 0 0.19 0
HSL 166.51º 1% 0.57% -
HSV(B) 166.51º 0.85% 1% -
XYZ 47.66 76.37 70.62 -
YUV 184.23 140.28 22.98 -
System Red Green Blue C M Y K H S L
Decimal 37 255 206 0.85 0 0.19 0 166.51 1 0.57
Hex 25 FF CE 55 0 13 0 A7 64 39
Octal 45 377 316 125 0 23 0 247 144 71
Binary 100101 11111111 11001110 1010101 0 10011 0 10100111 1100100 111001

Color Harmonies of #25FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FFCE

Black with #25FFCE

Text Example


Text Example

White with #25FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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