Html Css Color HEX #25EFDA Bright Turquoise

📋 copy color: '#25EFDA'

red 37 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #25EFDA

Tints of Bright Turquoise #25EFDA

RGB

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

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

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

R = 7.49%
G = 48.38%
B = 44.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#25EFDA (or 0x25EFDA) is known color: Bright Turquoise. HEX triplet: 25, EF and DA. RGB value is (37,239,218). Sum of RGB (Red+Green+Blue) = 37+239+218=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFDA is #DA1025. Grayscale: #B0B0B0. Windows color (decimal): -14290982 or 14348069. OLE color: 14348069.

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

Color convert

RGB 37 239 218 -
CMYK 0.85 0 0.09 0.06
HSL 173.76º 0.86% 0.54% -
HSV(B) 173.76º 0.85% 0.94% -
XYZ 44.28 67.19 76.96 -
YUV 176.21 151.58 28.71 -
System Red Green Blue C M Y K H S L
Decimal 37 239 218 0.85 0 0.09 0.06 173.76 0.86 0.54
Hex 25 EF DA 55 0 9 6 AE 56 36
Octal 45 357 332 125 0 11 6 256 126 66
Binary 100101 11101111 11011010 1010101 0 1001 110 10101110 1010110 110110

Color Harmonies of #25EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFDA

Black with #25EFDA

Text Example


Text Example

White with #25EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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