Html Css Color HEX #25D3DE Turquoise

📋 copy color: '#25D3DE'

red 37 ◦ green 211 ◦ blue 222

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

Shades of Turquoise #25D3DE

Tints of Turquoise #25D3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 7.87%
G = 44.89%
B = 47.23%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25D3DE (or 0x25D3DE) is known color: Turquoise. HEX triplet: 25, D3 and DE. RGB value is (37,211,222). Sum of RGB (Red+Green+Blue) = 37+211+222=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #25D3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D3DE is #DA2C21. Grayscale: #A0A0A0. Windows color (decimal): -14298146 or 14603045. OLE color: 14603045.

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

Color convert

RGB 37 211 222 -
CMYK 0.83 0.05 0 0.13
HSL 183.57º 0.74% 0.51% -
HSV(B) 183.57º 0.83% 0.87% -
XYZ 37.24 52.26 77.23 -
YUV 160.23 162.85 40.11 -
System Red Green Blue C M Y K H S L
Decimal 37 211 222 0.83 0.05 0 0.13 183.57 0.74 0.51
Hex 25 D3 DE 53 5 0 D B8 4A 33
Octal 45 323 336 123 5 0 15 270 112 63
Binary 100101 11010011 11011110 1010011 101 0 1101 10111000 1001010 110011

Color Harmonies of #25D3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D3DE

Black with #25D3DE

Text Example


Text Example

White with #25D3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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