Html Css Color HEX #25D9F6 Bright Turquoise

📋 copy color: '#25D9F6'

red 37 ◦ green 217 ◦ blue 246

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

Shades of Bright Turquoise #25D9F6

Tints of Bright Turquoise #25D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 7.4%
G = 43.4%
B = 49.2%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#25D9F6 (or 0x25D9F6) is known color: Bright Turquoise. HEX triplet: 25, D9 and F6. RGB value is (37,217,246). Sum of RGB (Red+Green+Blue) = 37+217+246=500 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #25D9F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D9F6 is #DA2609. Grayscale: #A6A6A6. Windows color (decimal): -14296586 or 16177445. OLE color: 16177445.

HSL color Cylindrical-coordinate representation of color #25D9F6: hue angle of 188.33º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25D9F6 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 217 246 -
CMYK 0.85 0.12 0 0.04
HSL 188.33º 0.92% 0.55% -
HSV(B) 188.33º 0.85% 0.96% -
XYZ 42.21 56.67 95.9 -
YUV 166.49 172.87 35.64 -
System Red Green Blue C M Y K H S L
Decimal 37 217 246 0.85 0.12 0 0.04 188.33 0.92 0.55
Hex 25 D9 F6 55 C 0 4 BC 5C 37
Octal 45 331 366 125 14 0 4 274 134 67
Binary 100101 11011001 11110110 1010101 1100 0 100 10111100 1011100 110111

Color Harmonies of #25D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D9F6

Black with #25D9F6

Text Example


Text Example

White with #25D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,217,246); }

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

background-color css

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

 a { background-color: rgb(37,217,246); }

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

border-color css

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

 span { border-color: rgb(37,217,246); }

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