Html Css Color HEX #25DDBB Turquoise

📋 copy color: '#25DDBB'

red 37 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #25DDBB

Tints of Turquoise #25DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

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

R = 8.31%
G = 49.66%
B = 42.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#25DDBB (or 0x25DDBB) is known color: Turquoise. HEX triplet: 25, DD and BB. RGB value is (37,221,187). Sum of RGB (Red+Green+Blue) = 37+221+187=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDBB is #DA2244. Grayscale: #A2A2A2. Windows color (decimal): -14295621 or 12311845. OLE color: 12311845.

HSL color Cylindrical-coordinate representation of color #25DDBB: hue angle of 168.91º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDBB is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 221 187 -
CMYK 0.83 0 0.15 0.13
HSL 168.91º 0.73% 0.51% -
HSV(B) 168.91º 0.83% 0.87% -
XYZ 35.59 55.69 55.89 -
YUV 162.11 142.04 38.76 -
System Red Green Blue C M Y K H S L
Decimal 37 221 187 0.83 0 0.15 0.13 168.91 0.73 0.51
Hex 25 DD BB 53 0 F D A9 49 33
Octal 45 335 273 123 0 17 15 251 111 63
Binary 100101 11011101 10111011 1010011 0 1111 1101 10101001 1001001 110011

Color Harmonies of #25DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDBB

Black with #25DDBB

Text Example


Text Example

White with #25DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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