Html Css Color HEX #25F0BF Turquoise

📋 copy color: '#25F0BF'

red 37 ◦ green 240 ◦ blue 191

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

Shades of Turquoise #25F0BF

Tints of Turquoise #25F0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 7.91%
G = 51.28%
B = 40.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#25F0BF (or 0x25F0BF) is known color: Turquoise. HEX triplet: 25, F0 and BF. RGB value is (37,240,191). Sum of RGB (Red+Green+Blue) = 37+240+191=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #25F0BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F0BF is #DA0F40. Grayscale: #ADADAD. Windows color (decimal): -14290753 or 12578853. OLE color: 12578853.

HSL color Cylindrical-coordinate representation of color #25F0BF: hue angle of 165.52º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0BF is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 240 191 -
CMYK 0.85 0 0.20 0.06
HSL 165.52º 0.87% 0.54% -
HSV(B) 165.52º 0.85% 0.94% -
XYZ 41.33 66.48 59.94 -
YUV 173.72 137.75 30.48 -
System Red Green Blue C M Y K H S L
Decimal 37 240 191 0.85 0 0.20 0.06 165.52 0.87 0.54
Hex 25 F0 BF 55 0 14 6 A6 57 36
Octal 45 360 277 125 0 24 6 246 127 66
Binary 100101 11110000 10111111 1010101 0 10100 110 10100110 1010111 110110

Color Harmonies of #25F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F0BF

Black with #25F0BF

Text Example


Text Example

White with #25F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,240,191); }

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

background-color css

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

 a { background-color: rgb(37,240,191); }

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

border-color css

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

 span { border-color: rgb(37,240,191); }

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