Html Css Color HEX #25DFF1 Bright Turquoise

📋 copy color: '#25DFF1'

red 37 ◦ green 223 ◦ blue 241

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

Shades of Bright Turquoise #25DFF1

Tints of Bright Turquoise #25DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 7.39%
G = 44.51%
B = 48.1%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25DFF1 (or 0x25DFF1) is known color: Bright Turquoise. HEX triplet: 25, DF and F1. RGB value is (37,223,241). Sum of RGB (Red+Green+Blue) = 37+223+241=501 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.39% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #25DFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DFF1 is #DA200E. Grayscale: #A9A9A9. Windows color (decimal): -14295055 or 15851301. OLE color: 15851301.

HSL color Cylindrical-coordinate representation of color #25DFF1: hue angle of 185.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DFF1 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 223 241 -
CMYK 0.85 0.07 0 0.05
HSL 185.29º 0.88% 0.55% -
HSV(B) 185.29º 0.85% 0.95% -
XYZ 43.03 59.52 92.44 -
YUV 169.44 168.38 33.54 -
System Red Green Blue C M Y K H S L
Decimal 37 223 241 0.85 0.07 0 0.05 185.29 0.88 0.55
Hex 25 DF F1 55 7 0 5 B9 58 37
Octal 45 337 361 125 7 0 5 271 130 67
Binary 100101 11011111 11110001 1010101 111 0 101 10111001 1011000 110111

Color Harmonies of #25DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DFF1

Black with #25DFF1

Text Example


Text Example

White with #25DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,223,241); }

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

background-color css

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

 a { background-color: rgb(37,223,241); }

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

border-color css

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

 span { border-color: rgb(37,223,241); }

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