Html Css Color HEX #25FDCE Turquoise

📋 copy color: '#25FDCE'

red 37 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #25FDCE

Tints of Turquoise #25FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.01%

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

R = 7.46%
G = 51.01%
B = 41.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#25FDCE (or 0x25FDCE) is known color: Turquoise. HEX triplet: 25, FD and CE. RGB value is (37,253,206). Sum of RGB (Red+Green+Blue) = 37+253+206=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #25FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FDCE is #DA0231. Grayscale: #B7B7B7. Windows color (decimal): -14287410 or 13565221. OLE color: 13565221.

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

Color convert

RGB 37 253 206 -
CMYK 0.85 0 0.19 0.01
HSL 166.94º 0.98% 0.57% -
HSV(B) 166.94º 0.85% 0.99% -
XYZ 47.03 75.1 70.41 -
YUV 183.06 140.94 23.82 -
System Red Green Blue C M Y K H S L
Decimal 37 253 206 0.85 0 0.19 0.01 166.94 0.98 0.57
Hex 25 FD CE 55 0 13 1 A7 62 39
Octal 45 375 316 125 0 23 1 247 142 71
Binary 100101 11111101 11001110 1010101 0 10011 1 10100111 1100010 111001

Color Harmonies of #25FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FDCE

Black with #25FDCE

Text Example


Text Example

White with #25FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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