Html Css Color HEX #25EFDC Bright Turquoise

📋 copy color: '#25EFDC'

red 37 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #25EFDC

Tints of Bright Turquoise #25EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.19%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 7.46%
G = 48.19%
B = 44.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#25EFDC (or 0x25EFDC) is known color: Bright Turquoise. HEX triplet: 25, EF and DC. RGB value is (37,239,220). Sum of RGB (Red+Green+Blue) = 37+239+220=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFDC is #DA1023. Grayscale: #B0B0B0. Windows color (decimal): -14290980 or 14479141. OLE color: 14479141.

HSL color Cylindrical-coordinate representation of color #25EFDC: hue angle of 174.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFDC is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 239 220 -
CMYK 0.85 0 0.08 0.06
HSL 174.36º 0.86% 0.54% -
HSV(B) 174.36º 0.85% 0.94% -
XYZ 44.55 67.29 78.35 -
YUV 176.44 152.58 28.54 -
System Red Green Blue C M Y K H S L
Decimal 37 239 220 0.85 0 0.08 0.06 174.36 0.86 0.54
Hex 25 EF DC 55 0 8 6 AE 56 36
Octal 45 357 334 125 0 10 6 256 126 66
Binary 100101 11101111 11011100 1010101 0 1000 110 10101110 1010110 110110

Color Harmonies of #25EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFDC

Black with #25EFDC

Text Example


Text Example

White with #25EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,239,220); }

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

background-color css

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

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

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

border-color css

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

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

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