Html Css Color HEX #25CDDA Turquoise

📋 copy color: '#25CDDA'

red 37 ◦ green 205 ◦ blue 218

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

Shades of Turquoise #25CDDA

Tints of Turquoise #25CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 8.04%
G = 44.57%
B = 47.39%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#25CDDA (or 0x25CDDA) is known color: Turquoise. HEX triplet: 25, CD and DA. RGB value is (37,205,218). Sum of RGB (Red+Green+Blue) = 37+205+218=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #25CDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDDA is #DA3225. Grayscale: #9C9C9C. Windows color (decimal): -14299686 or 14339365. OLE color: 14339365.

HSL color Cylindrical-coordinate representation of color #25CDDA: hue angle of 184.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CDDA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 205 218 -
CMYK 0.83 0.06 0 0.15
HSL 184.31º 0.71% 0.5% -
HSV(B) 184.31º 0.83% 0.85% -
XYZ 35.25 49.12 73.95 -
YUV 156.25 162.84 42.94 -
System Red Green Blue C M Y K H S L
Decimal 37 205 218 0.83 0.06 0 0.15 184.31 0.71 0.5
Hex 25 CD DA 53 6 0 F B8 47 32
Octal 45 315 332 123 6 0 17 270 107 62
Binary 100101 11001101 11011010 1010011 110 0 1111 10111000 1000111 110010

Color Harmonies of #25CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CDDA

Black with #25CDDA

Text Example


Text Example

White with #25CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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