Html Css Color HEX #25DBBE Turquoise

📋 copy color: '#25DBBE'

red 37 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #25DBBE

Tints of Turquoise #25DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.1%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 8.3%
G = 49.1%
B = 42.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#25DBBE (or 0x25DBBE) is known color: Turquoise. HEX triplet: 25, DB and BE. RGB value is (37,219,190). Sum of RGB (Red+Green+Blue) = 37+219+190=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #25DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DBBE is #DA2441. Grayscale: #A1A1A1. Windows color (decimal): -14296130 or 12507941. OLE color: 12507941.

HSL color Cylindrical-coordinate representation of color #25DBBE: hue angle of 170.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DBBE is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 219 190 -
CMYK 0.83 0 0.13 0.14
HSL 170.44º 0.72% 0.5% -
HSV(B) 170.44º 0.83% 0.86% -
XYZ 35.39 54.77 57.42 -
YUV 161.28 144.2 39.36 -
System Red Green Blue C M Y K H S L
Decimal 37 219 190 0.83 0 0.13 0.14 170.44 0.72 0.5
Hex 25 DB BE 53 0 D E AA 48 32
Octal 45 333 276 123 0 15 16 252 110 62
Binary 100101 11011011 10111110 1010011 0 1101 1110 10101010 1001000 110010

Color Harmonies of #25DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DBBE

Black with #25DBBE

Text Example


Text Example

White with #25DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,219,190); }

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

background-color css

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

 a { background-color: rgb(37,219,190); }

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

border-color css

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

 span { border-color: rgb(37,219,190); }

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