Html Css Color HEX #25F6DF Bright Turquoise

📋 copy color: '#25F6DF'

red 37 ◦ green 246 ◦ blue 223

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

Shades of Bright Turquoise #25F6DF

Tints of Bright Turquoise #25F6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.62%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 7.31%
G = 48.62%
B = 44.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#25F6DF (or 0x25F6DF) is known color: Bright Turquoise. HEX triplet: 25, F6 and DF. RGB value is (37,246,223). Sum of RGB (Red+Green+Blue) = 37+246+223=506 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.31% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #25F6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F6DF is #DA0920. Grayscale: #B4B4B4. Windows color (decimal): -14289185 or 14677541. OLE color: 14677541.

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

Color convert

RGB 37 246 223 -
CMYK 0.85 0 0.09 0.04
HSL 173.4º 0.92% 0.55% -
HSV(B) 173.4º 0.85% 0.96% -
XYZ 47.04 71.63 81.16 -
YUV 180.89 151.76 25.37 -
System Red Green Blue C M Y K H S L
Decimal 37 246 223 0.85 0 0.09 0.04 173.4 0.92 0.55
Hex 25 F6 DF 55 0 9 4 AD 5C 37
Octal 45 366 337 125 0 11 4 255 134 67
Binary 100101 11110110 11011111 1010101 0 1001 100 10101101 1011100 110111

Color Harmonies of #25F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F6DF

Black with #25F6DF

Text Example


Text Example

White with #25F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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