Html Css Color HEX #25EDDA Bright Turquoise

📋 copy color: '#25EDDA'

red 37 ◦ green 237 ◦ blue 218

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

Shades of Bright Turquoise #25EDDA

Tints of Bright Turquoise #25EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

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

R = 7.52%
G = 48.17%
B = 44.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#25EDDA (or 0x25EDDA) is known color: Bright Turquoise. HEX triplet: 25, ED and DA. RGB value is (37,237,218). Sum of RGB (Red+Green+Blue) = 37+237+218=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #25EDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EDDA is #DA1225. Grayscale: #AEAEAE. Windows color (decimal): -14291494 or 14347557. OLE color: 14347557.

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

Color convert

RGB 37 237 218 -
CMYK 0.84 0 0.08 0.07
HSL 174.3º 0.85% 0.54% -
HSV(B) 174.3º 0.84% 0.93% -
XYZ 43.7 66.02 76.77 -
YUV 175.03 152.24 29.54 -
System Red Green Blue C M Y K H S L
Decimal 37 237 218 0.84 0 0.08 0.07 174.3 0.85 0.54
Hex 25 ED DA 54 0 8 7 AE 55 36
Octal 45 355 332 124 0 10 7 256 125 66
Binary 100101 11101101 11011010 1010100 0 1000 111 10101110 1010101 110110

Color Harmonies of #25EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDDA

Black with #25EDDA

Text Example


Text Example

White with #25EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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