Html Css Color HEX #25CDC7 Turquoise

📋 copy color: '#25CDC7'

red 37 ◦ green 205 ◦ blue 199

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

Shades of Turquoise #25CDC7

Tints of Turquoise #25CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 8.39%
G = 46.49%
B = 45.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#25CDC7 (or 0x25CDC7) is known color: Turquoise. HEX triplet: 25, CD and C7. RGB value is (37,205,199). Sum of RGB (Red+Green+Blue) = 37+205+199=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #25CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDC7 is #DA3238. Grayscale: #999999. Windows color (decimal): -14299705 or 13094181. OLE color: 13094181.

HSL color Cylindrical-coordinate representation of color #25CDC7: hue angle of 177.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CDC7 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 205 199 -
CMYK 0.82 0 0.03 0.20
HSL 177.86º 0.69% 0.47% -
HSV(B) 177.86º 0.82% 0.8% -
XYZ 32.9 48.18 61.6 -
YUV 154.08 153.34 44.49 -
System Red Green Blue C M Y K H S L
Decimal 37 205 199 0.82 0 0.03 0.20 177.86 0.69 0.47
Hex 25 CD C7 52 0 3 14 B2 45 2F
Octal 45 315 307 122 0 3 24 262 105 57
Binary 100101 11001101 11000111 1010010 0 11 10100 10110010 1000101 101111

Color Harmonies of #25CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CDC7

Black with #25CDC7

Text Example


Text Example

White with #25CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,205,199); }

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

background-color css

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

 a { background-color: rgb(37,205,199); }

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

border-color css

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

 span { border-color: rgb(37,205,199); }

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