Html Css Color HEX #25DEF1 Bright Turquoise

📋 copy color: '#25DEF1'

red 37 ◦ green 222 ◦ blue 241

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

Shades of Bright Turquoise #25DEF1

Tints of Bright Turquoise #25DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 7.4%
G = 44.4%
B = 48.2%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25DEF1 (or 0x25DEF1) is known color: Bright Turquoise. HEX triplet: 25, DE and F1. RGB value is (37,222,241). Sum of RGB (Red+Green+Blue) = 37+222+241=500 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #25DEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DEF1 is #DA210E. Grayscale: #A8A8A8. Windows color (decimal): -14295311 or 15851045. OLE color: 15851045.

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

Color convert

RGB 37 222 241 -
CMYK 0.85 0.08 0 0.05
HSL 185.59º 0.88% 0.55% -
HSV(B) 185.59º 0.85% 0.95% -
XYZ 42.76 58.99 92.35 -
YUV 168.85 168.71 33.96 -
System Red Green Blue C M Y K H S L
Decimal 37 222 241 0.85 0.08 0 0.05 185.59 0.88 0.55
Hex 25 DE F1 55 8 0 5 BA 58 37
Octal 45 336 361 125 10 0 5 272 130 67
Binary 100101 11011110 11110001 1010101 1000 0 101 10111010 1011000 110111

Color Harmonies of #25DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DEF1

Black with #25DEF1

Text Example


Text Example

White with #25DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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