Html Css Color HEX #25F8D9 Bright Turquoise

📋 copy color: '#25F8D9'

red 37 ◦ green 248 ◦ blue 217

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

Shades of Bright Turquoise #25F8D9

Tints of Bright Turquoise #25F8D9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.4%

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 7.37%
G = 49.4%
B = 43.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#25F8D9 (or 0x25F8D9) is known color: Bright Turquoise. HEX triplet: 25, F8 and D9. RGB value is (37,248,217). Sum of RGB (Red+Green+Blue) = 37+248+217=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #25F8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F8D9 is #DA0726. Grayscale: #B5B5B5. Windows color (decimal): -14288679 or 14284837. OLE color: 14284837.

HSL color Cylindrical-coordinate representation of color #25F8D9: hue angle of 171.18º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F8D9 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 248 217 -
CMYK 0.85 0 0.12 0.03
HSL 171.18º 0.94% 0.56% -
HSV(B) 171.18º 0.85% 0.97% -
XYZ 46.85 72.54 77.18 -
YUV 181.38 148.1 25.02 -
System Red Green Blue C M Y K H S L
Decimal 37 248 217 0.85 0 0.12 0.03 171.18 0.94 0.56
Hex 25 F8 D9 55 0 C 3 AB 5E 38
Octal 45 370 331 125 0 14 3 253 136 70
Binary 100101 11111000 11011001 1010101 0 1100 11 10101011 1011110 111000

Color Harmonies of #25F8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F8D9

Black with #25F8D9

Text Example


Text Example

White with #25F8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,248,217); }

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

background-color css

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

 a { background-color: rgb(37,248,217); }

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

border-color css

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

 span { border-color: rgb(37,248,217); }

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