Html Css Color HEX #25CEDD Turquoise

📋 copy color: '#25CEDD'

red 37 ◦ green 206 ◦ blue 221

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

Shades of Turquoise #25CEDD

Tints of Turquoise #25CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 7.97%
G = 44.4%
B = 47.63%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25CEDD (or 0x25CEDD) is known color: Turquoise. HEX triplet: 25, CE and DD. RGB value is (37,206,221). Sum of RGB (Red+Green+Blue) = 37+206+221=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #25CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CEDD is #DA3122. Grayscale: #9C9C9C. Windows color (decimal): -14299427 or 14536229. OLE color: 14536229.

HSL color Cylindrical-coordinate representation of color #25CEDD: hue angle of 184.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CEDD is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 206 221 -
CMYK 0.83 0.07 0 0.13
HSL 184.89º 0.73% 0.51% -
HSV(B) 184.89º 0.83% 0.87% -
XYZ 35.89 49.76 76.12 -
YUV 157.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 37 206 221 0.83 0.07 0 0.13 184.89 0.73 0.51
Hex 25 CE DD 53 7 0 D B9 49 33
Octal 45 316 335 123 7 0 15 271 111 63
Binary 100101 11001110 11011101 1010011 111 0 1101 10111001 1001001 110011

Color Harmonies of #25CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CEDD

Black with #25CEDD

Text Example


Text Example

White with #25CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,206,221); }

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

background-color css

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

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

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

border-color css

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

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

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