Html Css Color HEX #25EED0 Turquoise

📋 copy color: '#25EED0'

red 37 ◦ green 238 ◦ blue 208

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

Shades of Turquoise #25EED0

Tints of Turquoise #25EED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.28%

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 7.66%
G = 49.28%
B = 43.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#25EED0 (or 0x25EED0) is known color: Turquoise. HEX triplet: 25, EE and D0. RGB value is (37,238,208). Sum of RGB (Red+Green+Blue) = 37+238+208=483 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.66% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #25EED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EED0 is #DA112F. Grayscale: #AEAEAE. Windows color (decimal): -14291248 or 13692453. OLE color: 13692453.

HSL color Cylindrical-coordinate representation of color #25EED0: hue angle of 171.04º degrees, saturation: 0.86, 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 #25EED0 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 238 208 -
CMYK 0.84 0 0.13 0.07
HSL 171.04º 0.86% 0.54% -
HSV(B) 171.04º 0.84% 0.93% -
XYZ 42.72 66.1 70.18 -
YUV 174.48 146.91 29.94 -
System Red Green Blue C M Y K H S L
Decimal 37 238 208 0.84 0 0.13 0.07 171.04 0.86 0.54
Hex 25 EE D0 54 0 D 7 AB 56 36
Octal 45 356 320 124 0 15 7 253 126 66
Binary 100101 11101110 11010000 1010100 0 1101 111 10101011 1010110 110110

Color Harmonies of #25EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EED0

Black with #25EED0

Text Example


Text Example

White with #25EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,238,208); }

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

background-color css

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

 a { background-color: rgb(37,238,208); }

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

border-color css

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

 span { border-color: rgb(37,238,208); }

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