Html Css Color HEX #25DCF7 Bright Turquoise

📋 copy color: '#25DCF7'

red 37 ◦ green 220 ◦ blue 247

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

Shades of Bright Turquoise #25DCF7

Tints of Bright Turquoise #25DCF7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 7.34%
G = 43.65%
B = 49.01%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#25DCF7 (or 0x25DCF7) is known color: Bright Turquoise. HEX triplet: 25, DC and F7. RGB value is (37,220,247). Sum of RGB (Red+Green+Blue) = 37+220+247=504 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.34% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #25DCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCF7 is #DA2308. Grayscale: #A8A8A8. Windows color (decimal): -14295817 or 16243749. OLE color: 16243749.

HSL color Cylindrical-coordinate representation of color #25DCF7: hue angle of 187.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DCF7 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 220 247 -
CMYK 0.85 0.11 0 0.03
HSL 187.71º 0.93% 0.56% -
HSV(B) 187.71º 0.85% 0.97% -
XYZ 43.14 58.3 96.97 -
YUV 168.36 172.37 34.3 -
System Red Green Blue C M Y K H S L
Decimal 37 220 247 0.85 0.11 0 0.03 187.71 0.93 0.56
Hex 25 DC F7 55 B 0 3 BC 5D 38
Octal 45 334 367 125 13 0 3 274 135 70
Binary 100101 11011100 11110111 1010101 1011 0 11 10111100 1011101 111000

Color Harmonies of #25DCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DCF7

Black with #25DCF7

Text Example


Text Example

White with #25DCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,220,247); }

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

background-color css

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

 a { background-color: rgb(37,220,247); }

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

border-color css

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

 span { border-color: rgb(37,220,247); }

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