Html Css Color HEX #25EFDB Bright Turquoise

📋 copy color: '#25EFDB'

red 37 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #25EFDB

Tints of Bright Turquoise #25EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 7.47%
G = 48.28%
B = 44.24%

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

#25EFDB (or 0x25EFDB) is known color: Bright Turquoise. HEX triplet: 25, EF and DB. RGB value is (37,239,219). Sum of RGB (Red+Green+Blue) = 37+239+219=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFDB is #DA1024. Grayscale: #B0B0B0. Windows color (decimal): -14290981 or 14413605. OLE color: 14413605.

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

Color convert

RGB 37 239 219 -
CMYK 0.85 0 0.08 0.06
HSL 174.06º 0.86% 0.54% -
HSV(B) 174.06º 0.85% 0.94% -
XYZ 44.42 67.24 77.66 -
YUV 176.32 152.08 28.63 -
System Red Green Blue C M Y K H S L
Decimal 37 239 219 0.85 0 0.08 0.06 174.06 0.86 0.54
Hex 25 EF DB 55 0 8 6 AE 56 36
Octal 45 357 333 125 0 10 6 256 126 66
Binary 100101 11101111 11011011 1010101 0 1000 110 10101110 1010110 110110

Color Harmonies of #25EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFDB

Black with #25EFDB

Text Example


Text Example

White with #25EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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