Html Css Color HEX #25CFDD Turquoise

📋 copy color: '#25CFDD'

red 37 ◦ green 207 ◦ blue 221

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

Shades of Turquoise #25CFDD

Tints of Turquoise #25CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.52%

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

R = 7.96%
G = 44.52%
B = 47.53%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25CFDD (or 0x25CFDD) is known color: Turquoise. HEX triplet: 25, CF and DD. RGB value is (37,207,221). Sum of RGB (Red+Green+Blue) = 37+207+221=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #25CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFDD is #DA3022. Grayscale: #9D9D9D. Windows color (decimal): -14299171 or 14536485. OLE color: 14536485.

HSL color Cylindrical-coordinate representation of color #25CFDD: hue angle of 184.57º 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 #25CFDD is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 207 221 -
CMYK 0.83 0.06 0 0.13
HSL 184.57º 0.73% 0.51% -
HSV(B) 184.57º 0.83% 0.87% -
XYZ 36.13 50.24 76.2 -
YUV 157.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 37 207 221 0.83 0.06 0 0.13 184.57 0.73 0.51
Hex 25 CF DD 53 6 0 D B9 49 33
Octal 45 317 335 123 6 0 15 271 111 63
Binary 100101 11001111 11011101 1010011 110 0 1101 10111001 1001001 110011

Color Harmonies of #25CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFDD

Black with #25CFDD

Text Example


Text Example

White with #25CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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