Html Css Color HEX #25E0BB Turquoise

📋 copy color: '#25E0BB'

red 37 ◦ green 224 ◦ blue 187

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

Shades of Turquoise #25E0BB

Tints of Turquoise #25E0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 8.26%
G = 50%
B = 41.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#25E0BB (or 0x25E0BB) is known color: Turquoise. HEX triplet: 25, E0 and BB. RGB value is (37,224,187). Sum of RGB (Red+Green+Blue) = 37+224+187=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #25E0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E0BB is #DA1F44. Grayscale: #A3A3A3. Windows color (decimal): -14294853 or 12312613. OLE color: 12312613.

HSL color Cylindrical-coordinate representation of color #25E0BB: hue angle of 168.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E0BB is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 224 187 -
CMYK 0.83 0 0.17 0.12
HSL 168.13º 0.75% 0.51% -
HSV(B) 168.13º 0.83% 0.88% -
XYZ 36.39 57.29 56.15 -
YUV 163.87 141.05 37.51 -
System Red Green Blue C M Y K H S L
Decimal 37 224 187 0.83 0 0.17 0.12 168.13 0.75 0.51
Hex 25 E0 BB 53 0 11 C A8 4B 33
Octal 45 340 273 123 0 21 14 250 113 63
Binary 100101 11100000 10111011 1010011 0 10001 1100 10101000 1001011 110011

Color Harmonies of #25E0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E0BB

Black with #25E0BB

Text Example


Text Example

White with #25E0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,224,187); }

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

background-color css

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

 a { background-color: rgb(37,224,187); }

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

border-color css

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

 span { border-color: rgb(37,224,187); }

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