Html Css Color HEX #25CDCD Turquoise

📋 copy color: '#25CDCD'

red 37 ◦ green 205 ◦ blue 205

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

Shades of Turquoise #25CDCD

Tints of Turquoise #25CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 8.28%
G = 45.86%
B = 45.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#25CDCD (or 0x25CDCD) is known color: Turquoise. HEX triplet: 25, CD and CD. RGB value is (37,205,205). Sum of RGB (Red+Green+Blue) = 37+205+205=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #25CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDCD is #DA3232. Grayscale: #9A9A9A. Windows color (decimal): -14299699 or 13487397. OLE color: 13487397.

HSL color Cylindrical-coordinate representation of color #25CDCD: hue angle of 180º 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 #25CDCD is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 205 205 -
CMYK 0.82 0 0 0.20
HSL 180º 0.69% 0.47% -
HSV(B) 180º 0.82% 0.8% -
XYZ 33.61 48.46 65.34 -
YUV 154.77 156.34 44 -
System Red Green Blue C M Y K H S L
Decimal 37 205 205 0.82 0 0 0.20 180 0.69 0.47
Hex 25 CD CD 52 0 0 14 B4 45 2F
Octal 45 315 315 122 0 0 24 264 105 57
Binary 100101 11001101 11001101 1010010 0 0 10100 10110100 1000101 101111

Color Harmonies of #25CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CDCD

Black with #25CDCD

Text Example


Text Example

White with #25CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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