Html Css Color HEX #25DECB Turquoise

📋 copy color: '#25DECB'

red 37 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #25DECB

Tints of Turquoise #25DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 8.01%
G = 48.05%
B = 43.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#25DECB (or 0x25DECB) is known color: Turquoise. HEX triplet: 25, DE and CB. RGB value is (37,222,203). Sum of RGB (Red+Green+Blue) = 37+222+203=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #25DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DECB is #DA2134. Grayscale: #A4A4A4. Windows color (decimal): -14295349 or 13360677. OLE color: 13360677.

HSL color Cylindrical-coordinate representation of color #25DECB: hue angle of 173.84º degrees, saturation: 0.74, 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 #25DECB is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 222 203 -
CMYK 0.83 0 0.09 0.13
HSL 173.84º 0.74% 0.51% -
HSV(B) 173.84º 0.83% 0.87% -
XYZ 37.66 56.95 65.51 -
YUV 164.52 149.71 37.04 -
System Red Green Blue C M Y K H S L
Decimal 37 222 203 0.83 0 0.09 0.13 173.84 0.74 0.51
Hex 25 DE CB 53 0 9 D AE 4A 33
Octal 45 336 313 123 0 11 15 256 112 63
Binary 100101 11011110 11001011 1010011 0 1001 1101 10101110 1001010 110011

Color Harmonies of #25DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DECB

Black with #25DECB

Text Example


Text Example

White with #25DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,222,203); }

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

background-color css

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

 a { background-color: rgb(37,222,203); }

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

border-color css

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

 span { border-color: rgb(37,222,203); }

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