Html Css Color HEX #25F0D2 Turquoise

📋 copy color: '#25F0D2'

red 37 ◦ green 240 ◦ blue 210

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

Shades of Turquoise #25F0D2

Tints of Turquoise #25F0D2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.28%

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 7.6%
G = 49.28%
B = 43.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#25F0D2 (or 0x25F0D2) is known color: Turquoise. HEX triplet: 25, F0 and D2. RGB value is (37,240,210). Sum of RGB (Red+Green+Blue) = 37+240+210=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #25F0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F0D2 is #DA0F2D. Grayscale: #AFAFAF. Windows color (decimal): -14290734 or 13824037. OLE color: 13824037.

HSL color Cylindrical-coordinate representation of color #25F0D2: hue angle of 171.13º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0D2 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 240 210 -
CMYK 0.85 0 0.12 0.06
HSL 171.13º 0.87% 0.54% -
HSV(B) 171.13º 0.85% 0.94% -
XYZ 43.56 67.37 71.68 -
YUV 175.88 147.25 28.94 -
System Red Green Blue C M Y K H S L
Decimal 37 240 210 0.85 0 0.12 0.06 171.13 0.87 0.54
Hex 25 F0 D2 55 0 C 6 AB 57 36
Octal 45 360 322 125 0 14 6 253 127 66
Binary 100101 11110000 11010010 1010101 0 1100 110 10101011 1010111 110110

Color Harmonies of #25F0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F0D2

Black with #25F0D2

Text Example


Text Example

White with #25F0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,240,210); }

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

background-color css

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

 a { background-color: rgb(37,240,210); }

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

border-color css

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

 span { border-color: rgb(37,240,210); }

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