Html Css Color HEX #25F1DC Bright Turquoise

📋 copy color: '#25F1DC'

red 37 ◦ green 241 ◦ blue 220

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

Shades of Bright Turquoise #25F1DC

Tints of Bright Turquoise #25F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 7.43%
G = 48.39%
B = 44.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#25F1DC (or 0x25F1DC) is known color: Bright Turquoise. HEX triplet: 25, F1 and DC. RGB value is (37,241,220). Sum of RGB (Red+Green+Blue) = 37+241+220=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1DC is #DA0E23. Grayscale: #B1B1B1. Windows color (decimal): -14290468 or 14479653. OLE color: 14479653.

HSL color Cylindrical-coordinate representation of color #25F1DC: hue angle of 173.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F1DC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 241 220 -
CMYK 0.85 0 0.09 0.05
HSL 173.82º 0.88% 0.55% -
HSV(B) 173.82º 0.85% 0.95% -
XYZ 45.14 68.47 78.55 -
YUV 177.61 151.91 27.71 -
System Red Green Blue C M Y K H S L
Decimal 37 241 220 0.85 0 0.09 0.05 173.82 0.88 0.55
Hex 25 F1 DC 55 0 9 5 AE 58 37
Octal 45 361 334 125 0 11 5 256 130 67
Binary 100101 11110001 11011100 1010101 0 1001 101 10101110 1011000 110111

Color Harmonies of #25F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F1DC

Black with #25F1DC

Text Example


Text Example

White with #25F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,241,220); }

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

background-color css

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

 a { background-color: rgb(37,241,220); }

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

border-color css

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

 span { border-color: rgb(37,241,220); }

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