Html Css Color HEX #25DFDD Bright Turquoise

📋 copy color: '#25DFDD'

red 37 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #25DFDD

Tints of Bright Turquoise #25DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

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

R = 7.69%
G = 46.36%
B = 45.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#25DFDD (or 0x25DFDD) is known color: Bright Turquoise. HEX triplet: 25, DF and DD. RGB value is (37,223,221). Sum of RGB (Red+Green+Blue) = 37+223+221=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFDD is #DA2022. Grayscale: #A6A6A6. Windows color (decimal): -14295075 or 14540581. OLE color: 14540581.

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

Color convert

RGB 37 223 221 -
CMYK 0.83 0 0.01 0.13
HSL 179.35º 0.74% 0.51% -
HSV(B) 179.35º 0.83% 0.87% -
XYZ 40.2 58.39 77.56 -
YUV 167.16 158.38 35.16 -
System Red Green Blue C M Y K H S L
Decimal 37 223 221 0.83 0 0.01 0.13 179.35 0.74 0.51
Hex 25 DF DD 53 0 1 D B3 4A 33
Octal 45 337 335 123 0 1 15 263 112 63
Binary 100101 11011111 11011101 1010011 0 1 1101 10110011 1001010 110011

Color Harmonies of #25DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DFDD

Black with #25DFDD

Text Example


Text Example

White with #25DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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