Html Css Color HEX #25DEFF Bright Turquoise

📋 copy color: '#25DEFF'

red 37 ◦ green 222 ◦ blue 255

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

Shades of Bright Turquoise #25DEFF

Tints of Bright Turquoise #25DEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 7.2%
G = 43.19%
B = 49.61%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25DEFF (or 0x25DEFF) is known color: Bright Turquoise. HEX triplet: 25, DE and FF. RGB value is (37,222,255). Sum of RGB (Red+Green+Blue) = 37+222+255=514 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.20% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #25DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DEFF is #DA2100. Grayscale: #AAAAAA. Windows color (decimal): -14295297 or 16768549. OLE color: 16768549.

HSL color Cylindrical-coordinate representation of color #25DEFF: hue angle of 189.08º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DEFF is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 222 255 -
CMYK 0.85 0.13 0 0
HSL 189.08º 1% 0.57% -
HSV(B) 189.08º 0.85% 1% -
XYZ 44.93 59.86 103.79 -
YUV 170.45 175.71 32.82 -
System Red Green Blue C M Y K H S L
Decimal 37 222 255 0.85 0.13 0 0 189.08 1 0.57
Hex 25 DE FF 55 D 0 0 BD 64 39
Octal 45 336 377 125 15 0 0 275 144 71
Binary 100101 11011110 11111111 1010101 1101 0 0 10111101 1100100 111001

Color Harmonies of #25DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DEFF

Black with #25DEFF

Text Example


Text Example

White with #25DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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