Html Css Color HEX #25E6DA Bright Turquoise

📋 copy color: '#25E6DA'

red 37 ◦ green 230 ◦ blue 218

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

Shades of Bright Turquoise #25E6DA

Tints of Bright Turquoise #25E6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.42%

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

R = 7.63%
G = 47.42%
B = 44.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#25E6DA (or 0x25E6DA) is known color: Bright Turquoise. HEX triplet: 25, E6 and DA. RGB value is (37,230,218). Sum of RGB (Red+Green+Blue) = 37+230+218=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #25E6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E6DA is #DA1925. Grayscale: #AAAAAA. Windows color (decimal): -14293286 or 14345765. OLE color: 14345765.

HSL color Cylindrical-coordinate representation of color #25E6DA: hue angle of 176.27º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E6DA is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 230 218 -
CMYK 0.84 0 0.05 0.10
HSL 176.27º 0.79% 0.52% -
HSV(B) 176.27º 0.84% 0.9% -
XYZ 41.71 62.05 76.11 -
YUV 170.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 37 230 218 0.84 0 0.05 0.10 176.27 0.79 0.52
Hex 25 E6 DA 54 0 5 A B0 4F 34
Octal 45 346 332 124 0 5 12 260 117 64
Binary 100101 11100110 11011010 1010100 0 101 1010 10110000 1001111 110100

Color Harmonies of #25E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E6DA

Black with #25E6DA

Text Example


Text Example

White with #25E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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