Html Css Color HEX #25F5D3 Turquoise

📋 copy color: '#25F5D3'

red 37 ◦ green 245 ◦ blue 211

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

Shades of Turquoise #25F5D3

Tints of Turquoise #25F5D3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.7%

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 7.51%
G = 49.7%
B = 42.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#25F5D3 (or 0x25F5D3) is known color: Turquoise. HEX triplet: 25, F5 and D3. RGB value is (37,245,211). Sum of RGB (Red+Green+Blue) = 37+245+211=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #25F5D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F5D3 is #DA0A2C. Grayscale: #B2B2B2. Windows color (decimal): -14289453 or 13890853. OLE color: 13890853.

HSL color Cylindrical-coordinate representation of color #25F5D3: hue angle of 170.19º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F5D3 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 245 211 -
CMYK 0.85 0 0.14 0.04
HSL 170.19º 0.91% 0.55% -
HSV(B) 170.19º 0.85% 0.96% -
XYZ 45.17 70.4 72.84 -
YUV 178.93 146.09 26.76 -
System Red Green Blue C M Y K H S L
Decimal 37 245 211 0.85 0 0.14 0.04 170.19 0.91 0.55
Hex 25 F5 D3 55 0 E 4 AA 5B 37
Octal 45 365 323 125 0 16 4 252 133 67
Binary 100101 11110101 11010011 1010101 0 1110 100 10101010 1011011 110111

Color Harmonies of #25F5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F5D3

Black with #25F5D3

Text Example


Text Example

White with #25F5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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