Html Css Color HEX #25D3CC Turquoise

📋 copy color: '#25D3CC'

red 37 ◦ green 211 ◦ blue 204

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

Shades of Turquoise #25D3CC

Tints of Turquoise #25D3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 8.19%
G = 46.68%
B = 45.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#25D3CC (or 0x25D3CC) is known color: Turquoise. HEX triplet: 25, D3 and CC. RGB value is (37,211,204). Sum of RGB (Red+Green+Blue) = 37+211+204=452 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.19% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #25D3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D3CC is #DA2C33. Grayscale: #9E9E9E. Windows color (decimal): -14298164 or 13423397. OLE color: 13423397.

HSL color Cylindrical-coordinate representation of color #25D3CC: hue angle of 177.59º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D3CC is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 211 204 -
CMYK 0.82 0 0.03 0.17
HSL 177.59º 0.7% 0.49% -
HSV(B) 177.59º 0.82% 0.83% -
XYZ 34.96 51.34 65.19 -
YUV 158.18 153.85 41.57 -
System Red Green Blue C M Y K H S L
Decimal 37 211 204 0.82 0 0.03 0.17 177.59 0.7 0.49
Hex 25 D3 CC 52 0 3 11 B2 46 31
Octal 45 323 314 122 0 3 21 262 106 61
Binary 100101 11010011 11001100 1010010 0 11 10001 10110010 1000110 110001

Color Harmonies of #25D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D3CC

Black with #25D3CC

Text Example


Text Example

White with #25D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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