Html Css Color HEX #25CDDC Turquoise

📋 copy color: '#25CDDC'

red 37 ◦ green 205 ◦ blue 220

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

Shades of Turquoise #25CDDC

Tints of Turquoise #25CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 8.01%
G = 44.37%
B = 47.62%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25CDDC (or 0x25CDDC) is known color: Turquoise. HEX triplet: 25, CD and DC. RGB value is (37,205,220). Sum of RGB (Red+Green+Blue) = 37+205+220=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #25CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDDC is #DA3223. Grayscale: #9C9C9C. Windows color (decimal): -14299684 or 14470437. OLE color: 14470437.

HSL color Cylindrical-coordinate representation of color #25CDDC: hue angle of 184.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CDDC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 205 220 -
CMYK 0.83 0.07 0 0.14
HSL 184.92º 0.72% 0.5% -
HSV(B) 184.92º 0.83% 0.86% -
XYZ 35.51 49.22 75.34 -
YUV 156.48 163.84 42.78 -
System Red Green Blue C M Y K H S L
Decimal 37 205 220 0.83 0.07 0 0.14 184.92 0.72 0.5
Hex 25 CD DC 53 7 0 E B9 48 32
Octal 45 315 334 123 7 0 16 271 110 62
Binary 100101 11001101 11011100 1010011 111 0 1110 10111001 1001000 110010

Color Harmonies of #25CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CDDC

Black with #25CDDC

Text Example


Text Example

White with #25CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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