Html Css Color HEX #25EFBC Turquoise

📋 copy color: '#25EFBC'

red 37 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #25EFBC

Tints of Turquoise #25EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.51%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 7.97%
G = 51.51%
B = 40.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#25EFBC (or 0x25EFBC) is known color: Turquoise. HEX triplet: 25, EF and BC. RGB value is (37,239,188). Sum of RGB (Red+Green+Blue) = 37+239+188=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFBC is #DA1043. Grayscale: #ACACAC. Windows color (decimal): -14291012 or 12381989. OLE color: 12381989.

HSL color Cylindrical-coordinate representation of color #25EFBC: hue angle of 164.85º degrees, saturation: 0.86, 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 #25EFBC is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 239 188 -
CMYK 0.85 0 0.21 0.06
HSL 164.85º 0.86% 0.54% -
HSV(B) 164.85º 0.85% 0.94% -
XYZ 40.71 65.76 58.12 -
YUV 172.79 136.58 31.15 -
System Red Green Blue C M Y K H S L
Decimal 37 239 188 0.85 0 0.21 0.06 164.85 0.86 0.54
Hex 25 EF BC 55 0 15 6 A5 56 36
Octal 45 357 274 125 0 25 6 245 126 66
Binary 100101 11101111 10111100 1010101 0 10101 110 10100101 1010110 110110

Color Harmonies of #25EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFBC

Black with #25EFBC

Text Example


Text Example

White with #25EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,239,188); }

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

background-color css

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

 a { background-color: rgb(37,239,188); }

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

border-color css

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

 span { border-color: rgb(37,239,188); }

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